Update repo-managed configs
This commit is contained in:
@@ -13,7 +13,7 @@ xdg.configFile."starship.toml".source = ./config/starship.toml;
|
||||
|
||||
xdg.configFile."niri" = { source = ./config/niri; recursive = true; };
|
||||
xdg.configFile."waybar" = { source = ./config/waybar; recursive = true; };
|
||||
|
||||
xdg.configFile."zsh/local.zsh".source = ./config/zsh/local.zsh;
|
||||
|
||||
home.username = "sam";
|
||||
home.homeDirectory = "/home/sam";
|
||||
@@ -46,6 +46,9 @@ home.stateVersion = "25.11";
|
||||
|
||||
|
||||
initExtra = ''
|
||||
if [ -f "$HOME/.config/zsh/local.zsh" ]; then
|
||||
source "$HOME/.config/zsh/local.zsh"
|
||||
fi
|
||||
'';
|
||||
};
|
||||
|
||||
@@ -71,7 +74,7 @@ home.stateVersion = "25.11";
|
||||
# ---
|
||||
# Terminal / editor
|
||||
# ---
|
||||
programs.kitty.enable = true;
|
||||
# programs.kitty.enable = true;
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user