feat: revert back to sway

This commit is contained in:
Jacob Bachmann 2024-04-22 17:12:06 +02:00
parent 36f625d387
commit cacfc5b2d3
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
7 changed files with 121 additions and 150 deletions

View file

@ -1,6 +1,5 @@
{ ... }: {
imports = [ ./hardware.nix ];
networking.hostName = "T430";
@ -9,8 +8,8 @@
gui = {
enable = true;
greeter.enable = true;
flavour = [ "Hyprland" "sway" ];
greeter.enable = false;
flavour = [ "sway" ];
};
nvidia.enable = false;
audio.enable = true;

View file

@ -4,9 +4,6 @@
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
boot.initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "usb_storage" "sd_mod" "sr_mod" "sdhci_pci" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;