diff --git a/base/absolution/default.nix b/base/absolution/default.nix index 086f27a..82029e9 100644 --- a/base/absolution/default.nix +++ b/base/absolution/default.nix @@ -7,6 +7,5 @@ ../fonts.nix ../greetd.nix ../virtualisation/virtualisation.nix - ../udev.nix ]; } diff --git a/base/absolution/hardware-configuration.nix b/base/absolution/hardware-configuration.nix index 763c1f3..982059d 100644 --- a/base/absolution/hardware-configuration.nix +++ b/base/absolution/hardware-configuration.nix @@ -24,6 +24,11 @@ options = [ "fmask=0022" "dmask=0022" ]; }; + fileSystems."/2TB" = + { device = "/dev/disk/by-uuid/CE2C90F22C90D6B5"; + fsType = "ntfs"; + }; + fileSystems."/500G" = { device = "/dev/disk/by-uuid/88c7ab87-3bec-4f52-ab4f-c1a081df191f"; fsType = "xfs"; diff --git a/home/niri.nix b/home/niri.nix index 687b3eb..baa390c 100644 --- a/home/niri.nix +++ b/home/niri.nix @@ -34,7 +34,6 @@ input.focus-follows-mouse.enable = true; binds = with config.lib.niri.actions; lib.mkDefault { "Mod+Return".action = spawn "foot"; - "Mod+V".action = spawn "/home/${vars.user}/.config/nixos/home/wooz"; "Mod+N".action = spawn "swaync-client" "-t"; "Mod+Shift+Space".action = toggle-window-floating; "XF86AudioRaiseVolume".action = spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "5%+"; @@ -257,7 +256,6 @@ {command = if vars.user == "alyx" then ["swaybg" "-m" "fill" "-i" "/home/${vars.user}/.config/nixos/assets/scenes.jpg"] else ["swaybg" "-m" "fill" "-i" "/home/${vars.user}/.config/nixos/assets/scenes.jpg"];} {command = ["udiskie" "--appindicator"];} {command = ["kanshi"];} - {command = ["swaync"];} ]; environment = { DISPLAY = ":0"; diff --git a/home/wooz b/home/wooz deleted file mode 100755 index 8753305..0000000 Binary files a/home/wooz and /dev/null differ diff --git a/wooz b/wooz deleted file mode 100755 index 8753305..0000000 Binary files a/wooz and /dev/null differ