hyprland wip

This commit is contained in:
2025-09-28 15:58:21 -06:00
parent 2ff6ff45bf
commit 702f5cb2ea
3 changed files with 40 additions and 20 deletions

View File

@@ -6,6 +6,7 @@
imports = [
../../config/base.nix
../../config/stylix.nix
../../environments/hyprland.nix
];
virtualisation.vmVariant.virtualisation = {
memorySize = 4096;
@@ -44,10 +45,5 @@
];
};
networking.hostName = "emacs";
services.xserver = {
enable = true;
displayManager.lightdm.enable = true;
windowManager.i3.enable = true;
};
environment.systemPackages = [ ];
}