add hyprland

This commit is contained in:
2024-02-14 12:10:08 +05:30
parent 7136116934
commit 3eb09e6d9d
5 changed files with 637 additions and 4 deletions

View File

@ -44,6 +44,7 @@
./hosts/canopus
./modules/nixos/desktop/awesome
./modules/nixos/desktop/hyprland
./modules/nixos/virtualisation
./modules/nixos/steam.nix
@ -54,6 +55,8 @@
home-manager.users.${username} = {
imports = [
./modules/home-manager
./modules/home-manager/hyprland
./modules/home-manager/waybar
./home/tux
];
};