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
|
@ -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" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue