hyprland wip
This commit is contained in:
@@ -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 = [ ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user