diff --git a/system/hardware-configuration.nix b/system/hardware-configuration.nix index 05616ee..a759be2 100644 --- a/system/hardware-configuration.nix +++ b/system/hardware-configuration.nix @@ -29,8 +29,8 @@ }; fileSystems."/home" = - { device = "/dev/disk/by-uuid/4af74e31-5ec6-4244-bb1e-192df0b8a175"; - fsType = "ext4"; + { device = "/dev/nvme0n1p1"; + fsType = "bcachefs"; }; swapDevices = [ ]; diff --git a/system/services/default.nix b/system/services/default.nix index 649bc7e..53289d7 100644 --- a/system/services/default.nix +++ b/system/services/default.nix @@ -15,6 +15,7 @@ fwupd.enable = true; gnome.gnome-keyring.enable = true; gvfs.enable = true; + irqbalance.enable = true; openssh.enable = true; udisks2.enable = true; diff --git a/user/configs/wayland/ags/ags-config/config.js b/user/configs/wayland/ags/ags-config/config.js index 997b8be..7253ce2 100644 --- a/user/configs/wayland/ags/ags-config/config.js +++ b/user/configs/wayland/ags/ags-config/config.js @@ -66,6 +66,9 @@ const Volume = () => Button({ Label({ connections: [[Audio, label => { + if (!Audio.speaker) + return; + label.label = ` ${Math.ceil((Audio.speaker.volume * 100) / 10) * 10}%`; // round up to nearest 10 }, 'speaker-changed' ]], }), @@ -167,8 +170,8 @@ const Center = () => Box({ const Right = () => Box({ halign: 'end', children: [ - Clock(), SysTray(), + Clock(), ], }); diff --git a/user/home.nix b/user/home.nix index 12db25f..0a70ee6 100755 --- a/user/home.nix +++ b/user/home.nix @@ -25,6 +25,7 @@ bottles bottom calcurse + discord electron gamescope_git gimp @@ -66,7 +67,6 @@ vimv vulkan-tools vulkan-validation-layers - webcord xdg-utils ];