diff --git a/hosts/shiroko/configuration.nix b/hosts/shiroko/configuration.nix index 5beb954..64e3bdb 100644 --- a/hosts/shiroko/configuration.nix +++ b/hosts/shiroko/configuration.nix @@ -21,7 +21,7 @@ networking.hostName = "shiroko"; # Define your hostname. services.fprintd.enable = true; - services.desktopManager.plasma6.enable = true; + services.desktopManager.plasma6.enable = false; services.actkbd = { enable = true; bindings = [ diff --git a/hosts/shiroko/hardware-configuration.nix b/hosts/shiroko/hardware-configuration.nix index d078726..e6a393c 100644 --- a/hosts/shiroko/hardware-configuration.nix +++ b/hosts/shiroko/hardware-configuration.nix @@ -8,26 +8,26 @@ [ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "rtsx_pci_sdmmc" ]; + boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/0b6e9715-5ce6-49d1-98f9-ea0a5d4237f9"; + { device = "/dev/disk/by-uuid/082ff607-f7a2-4909-95b3-c5c698f26de5"; fsType = "ext4"; }; - boot.initrd.luks.devices."luks-fef5cb12-a610-4701-9215-717caf0b27ad".device = "/dev/disk/by-uuid/fef5cb12-a610-4701-9215-717caf0b27ad"; + boot.initrd.luks.devices."luks-292cc751-7ae1-4a4b-8835-502760a9bf9f".device = "/dev/disk/by-uuid/292cc751-7ae1-4a4b-8835-502760a9bf9f"; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/A91B-FD09"; + { device = "/dev/disk/by-uuid/524F-2940"; fsType = "vfat"; - options = [ "fmask=0077" "dmask=0077" ]; + options = [ "fmask=0022" "dmask=0022" ]; }; swapDevices = - [ { device = "/dev/disk/by-uuid/7beb9844-e0c3-44dc-998f-ee42e36b9543"; } + [ { device = "/dev/disk/by-uuid/94f5084c-2995-4a62-a492-9071c122bc08"; } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking diff --git a/users/kaitotlex/de/sway/default.nix b/users/kaitotlex/de/sway/default.nix index 07de918..b6074a4 100644 --- a/users/kaitotlex/de/sway/default.nix +++ b/users/kaitotlex/de/sway/default.nix @@ -62,9 +62,5 @@ ]; }; xwayland = true; - #extraConfigs = { - # keybindings = "bindsym XF86MonBrightnessDown exec brightnessctl -d amdgpu_bl2 set 10%- \n - # bindsym XF86MonBrightnessUp exec brightnessctl -d amdgpu_bl2 set 10%+"; - #}; }; }