Hyprland.conf declared in hyprland.nix

This commit is contained in:
2024-10-25 21:45:30 +02:00
parent 188526fcfb
commit b26c5c29bb
4 changed files with 167 additions and 3 deletions

View File

@ -7,6 +7,9 @@
];
# programs.alacritty.settings.font.size = 8;
home.packages = with pkgs; [
stremio
];
home.file = {
".config/bspwm/host.sh".source = ./bspwm/host.sh;