mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
mauville: switch to hyprland
This commit is contained in:
parent
f031d299bb
commit
2ce92dbb4d
|
@ -5,7 +5,8 @@
|
|||
{
|
||||
imports = [
|
||||
# ../../modules/gnome
|
||||
../../modules/kde.nix
|
||||
# ../../modules/kde.nix
|
||||
../../modules/hyprland.nix
|
||||
../../modules/homelab
|
||||
../../modules/steam.nix
|
||||
../../system
|
||||
|
@ -34,7 +35,7 @@
|
|||
extraPackages32 = with pkgs; [ driversi686Linux.amdvlk ];
|
||||
};
|
||||
|
||||
home-manager.users.aly = import ../../home/aly-kde.nix;
|
||||
home-manager.users.aly = import ../../home/aly-hyprland.nix;
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue