rettet configs i home.nix
This commit is contained in:
@@ -12,13 +12,13 @@
|
||||
# };
|
||||
#};
|
||||
|
||||
home.file."${config.home.homeDirectory}/.config/fish".source =
|
||||
home.file.".config/fish".source =
|
||||
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/nix/configs/fish";
|
||||
home.file."${config.home.homeDirectory}/.config/kitty".source =
|
||||
home.file.".config/kitty".source =
|
||||
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/nix/configs/kitty";
|
||||
home.file."${config.home.homeDirectory}/.config/pipewire".source =
|
||||
home.file.".config/pipewire".source =
|
||||
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/nix/configs/pipewire";
|
||||
home.file."${config.home.homeDirectory}/.config/VSCodium".source =
|
||||
home.file.".config/VSCodium".source =
|
||||
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/nix/configs/VSCodium";
|
||||
|
||||
# Bruger-specifikke pakker — kun til glennigen
|
||||
|
||||
Reference in New Issue
Block a user