mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-20 00:54:41 +04:00
nix-update
This commit is contained in:
parent
94da1ce936
commit
284b131058
24 changed files with 7276 additions and 161 deletions
14
nix/personal/graphical/kitty.nix
Normal file
14
nix/personal/graphical/kitty.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ pkgs
|
||||
, lib
|
||||
, rootPath
|
||||
, config
|
||||
, ...
|
||||
}:
|
||||
let
|
||||
cfg = config.kp2pml30;
|
||||
in lib.mkIf cfg.kitty {
|
||||
home-manager.users.${cfg.username}.programs.kitty = {
|
||||
enable = true;
|
||||
extraConfig = builtins.readFile (rootPath + "/home/.config/kitty/kitty.conf");
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue