deleted: configs/fish/conf.d/uv.env.fish
modified: home.nix
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
|
|
||||||
source "$HOME/.local/bin/env.fish"
|
|
||||||
@@ -5,6 +5,22 @@
|
|||||||
home.keyboard.variant = "winkeys";
|
home.keyboard.variant = "winkeys";
|
||||||
home.stateVersion = "26.05";
|
home.stateVersion = "26.05";
|
||||||
|
|
||||||
|
#home.file = {
|
||||||
|
# ".config/fish" = {
|
||||||
|
# source = ./configs/fish;
|
||||||
|
# #recursive = true;
|
||||||
|
# };
|
||||||
|
#};
|
||||||
|
|
||||||
|
home.file."${config.home.homeDirectory}/.config/fish".source =
|
||||||
|
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/nix/configs/fish";
|
||||||
|
home.file."${config.home.homeDirectory}/.config/kitty".source =
|
||||||
|
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/nix/configs/kitty";
|
||||||
|
home.file."${config.home.homeDirectory}/.config/pipewire".source =
|
||||||
|
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/nix/configs/pipewire";
|
||||||
|
home.file."${config.home.homeDirectory}/.config/VSCodium".source =
|
||||||
|
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/nix/configs/VSCodium";
|
||||||
|
|
||||||
# Bruger-specifikke pakker — kun til glennigen
|
# Bruger-specifikke pakker — kun til glennigen
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# Editorer (personlige valg)
|
# Editorer (personlige valg)
|
||||||
@@ -44,6 +60,4 @@
|
|||||||
Use KDE Defaults=true
|
Use KDE Defaults=true
|
||||||
VariantList=
|
VariantList=
|
||||||
'';
|
'';
|
||||||
|
|
||||||
xdg.configFile."fish".source = ./configs/fish;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user