adding a lot of little additions and tweaks for the updated nix
This commit is contained in:
parent
b68e8c45d8
commit
e47b3fa5ff
13 changed files with 70 additions and 77 deletions
|
@ -346,7 +346,9 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
home.file.".config/hypr".source = config.lib.file.mkOutOfStoreSymlink ../hypr;
|
||||
home.file.".config/hypr" = {
|
||||
source = config.lib.file.mkOutOfStoreSymlink /home/chris/.dotfiles/hypr;
|
||||
};
|
||||
|
||||
home.file.".config/dunst" = {
|
||||
source = ../dunst;
|
||||
|
@ -378,6 +380,7 @@
|
|||
|
||||
home.file.".config/mpv" = {
|
||||
source = ../mpv;
|
||||
recursive = false;
|
||||
};
|
||||
|
||||
home.file.".config/imv" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue