restore hyprland dotfiles from backups
This commit is contained in:
parent
4dd1504a4c
commit
9be597750d
7 changed files with 7 additions and 130 deletions
|
|
@ -10,9 +10,6 @@ in
|
|||
"rofi".source = link "${dots}/rofi";
|
||||
"nvim".source = link "${dots}/nvim";
|
||||
};
|
||||
|
||||
# hypr/conf est un symlink hors-store : utilise home.file, pas xdg.configFile
|
||||
home.file.".config/hypr/conf".source = link "${dots}/hypr/conf";
|
||||
}
|
||||
|
||||
# xdg.configFile."i3blocks/config".source = ./i3blocks.conf;
|
||||
|
|
|
|||
|
|
@ -47,4 +47,8 @@ in
|
|||
grim
|
||||
slurp
|
||||
];
|
||||
|
||||
# Force le symlink hors-store, sans passer par dotfiles_apps
|
||||
home.file.".config/hypr/conf".source =
|
||||
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/nixos-config/dotfiles/hypr/conf";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue