adding a lot of little additions and tweaks for the updated nix

This commit is contained in:
Chris Cochrun 2023-01-03 07:23:08 -06:00
parent b68e8c45d8
commit e47b3fa5ff
13 changed files with 70 additions and 77 deletions

View file

@ -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" = {