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

@ -439,6 +439,7 @@ alacritty
libsForQt5.bismuth
libnotify
rofi-wayland
wf-recorder
wofi
waybar
tridactyl-native
@ -2341,7 +2342,9 @@ I also use home-manager for managing dotfiles. This means that everything is con
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;
@ -2373,7 +2376,7 @@ I also use home-manager for managing dotfiles. This means that everything is con
home.file.".config/mpv" = {
source = ../mpv;
recursive = true;
recursive = false;
};
home.file.".config/imv" = {