feat: switched from sway to hyprland due to sway unsupported nvidia drivers

This commit is contained in:
Zhongheng Liu 2024-08-06 18:17:43 +08:00
commit 902a18fec5
2 changed files with 30 additions and 3 deletions

View file

@ -8,8 +8,8 @@
...
}:
let
myUserName = "stvnliu";
myEmail = "z.liu@outlook.com.gr";
myUserName = "stvnliu";
myEmail = "z.liu@outlook.com.gr";
in
{
# You can import other home-manager modules here
@ -18,7 +18,8 @@ in
# inputs.nix-colors.homeManagerModule
# You can also split up your configuration and import pieces of it here:
./swaywm.nix
#./swaywm.nix
./hyprland.nix
./shells
];