Compare commits

...

2 commits

Author SHA1 Message Date
alyx
74e723ea06
2tb drive died, removed 2025-07-02 06:34:48 +01:00
alyx
cde5235b79
start swaync on login 2025-06-30 16:15:51 +01:00
5 changed files with 3 additions and 5 deletions

View file

@ -7,5 +7,6 @@
../fonts.nix
../greetd.nix
../virtualisation/virtualisation.nix
../udev.nix
];
}

View file

@ -24,11 +24,6 @@
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";

View file

@ -34,6 +34,7 @@
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%+";
@ -256,6 +257,7 @@
{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";

BIN
home/wooz Executable file

Binary file not shown.

BIN
wooz Executable file

Binary file not shown.