diff --git a/flake.lock b/flake.lock index e1a2f8af..ea1a322b 100644 --- a/flake.lock +++ b/flake.lock @@ -1167,11 +1167,11 @@ ] }, "locked": { - "lastModified": 1744477978, - "narHash": "sha256-ibhuAVXGh+vaB2c6Kc3upOQ+5Nx1H37Ovdvy1hQ3R34=", + "lastModified": 1744677857, + "narHash": "sha256-rzB2asFlUmIgk4RYeE02VAp4rEVdgvkYz/uI4nrPr6c=", "ref": "refs/heads/main", - "rev": "35295ca27333e925d9518cb54079bfe0d6a607be", - "revCount": 26, + "rev": "1c92caae52da290404011b17491e91f93c4fbb47", + "revCount": 28, "type": "git", "url": "file://path:/etc/nixos.secrets" }, diff --git a/hosts/duskfall/configuration.nix b/hosts/duskfall/configuration.nix index f1b7a428..9f9891cf 100644 --- a/hosts/duskfall/configuration.nix +++ b/hosts/duskfall/configuration.nix @@ -4,7 +4,7 @@ config = { systemSettings = { # users - users = [ "emmet" ]; + users = [ "emmet" "ignatius" ]; adminUsers = [ "emmet" ]; # hardware @@ -51,6 +51,7 @@ name = "Emmet"; email = "emmet@librephoenix.com"; }; + users.users.ignatius.description = "Ignatius"; environment.systemPackages = with pkgs; [ libwacom @@ -58,7 +59,6 @@ services.xserver.wacom.enable = true; services.xserver.videoDrivers = [ "i915" ]; - services.displayManager.execCmd = lib.mkForce "${pkgs.kdePackages.sddm}/bin/sddm"; services.displayManager.defaultSession = "gnome"; }; diff --git a/hosts/duskfall/hardware-configuration.nix b/hosts/duskfall/hardware-configuration.nix index fe0733fc..cf0302e2 100644 --- a/hosts/duskfall/hardware-configuration.nix +++ b/hosts/duskfall/hardware-configuration.nix @@ -39,6 +39,7 @@ boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usbhid" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; boot.initrd.kernelModules = [ "i915" ]; boot.kernelModules = [ "kvm-intel" ]; + boot.kernelParams = [ "psmouse.synaptics_intertouch=0" ]; boot.extraModulePackages = [ ]; fileSystems."/" = diff --git a/modules/system/gnome/default.nix b/modules/system/gnome/default.nix index 914bb161..7b42e48d 100644 --- a/modules/system/gnome/default.nix +++ b/modules/system/gnome/default.nix @@ -12,7 +12,6 @@ in config = lib.mkIf cfg.enable { services.xserver.enable = true; - services.xserver.displayManager.gdm.enable = true; services.xserver.desktopManager.gnome.enable = true; environment.gnome.excludePackages = with pkgs; [ orca