something working!
This commit is contained in:
parent
03985749c6
commit
0a759878ec
4 changed files with 6 additions and 5 deletions
|
|
@ -7,12 +7,13 @@
|
|||
./firefox
|
||||
./eww
|
||||
./dunst
|
||||
./kitty
|
||||
./hyprland
|
||||
./wofi
|
||||
|
||||
# cli
|
||||
./nvim
|
||||
./zsh
|
||||
./nushell
|
||||
./git
|
||||
./direnv
|
||||
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ in {
|
|||
};
|
||||
|
||||
# userChome.css to make it look better
|
||||
userChrome = buildins.readFile ./userChrome.css;
|
||||
userChrome = builtins.readFile ./userChrome.css;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
extraConfig = buildins.readFile ./kitty.conf;
|
||||
extraConfig = builtins.readFile ./kitty.conf;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ in {
|
|||
enable = true;
|
||||
configFile.source = ./config.nu;
|
||||
envFile.source = ./env.nu;
|
||||
extraConfig = buildins.readFile ./extra.nu;
|
||||
}
|
||||
extraConfig = builtins.readFile ./extra.nu;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue