adding hyprland config

This commit is contained in:
Chris Cochrun 2022-11-09 10:06:25 -06:00
parent d73aaa87bf
commit 3b3ce01fec
4 changed files with 151 additions and 1 deletions

View file

@ -1792,6 +1792,10 @@ I also use home-manager for managing dotfiles. This means that everything is con
source = ../fish/functions;
};
home.file.".config/hypr" = {
source = ../hypr;
};
programs.direnv.enable = true;
programs.direnv.nix-direnv.enable = true;