Compare commits
No commits in common. "74e723ea066d79ce881d92178025e161664b6495" and "da5b9362e684edde3b997336edbfa5b08103373a" have entirely different histories.
74e723ea06
...
da5b9362e6
5 changed files with 5 additions and 3 deletions
|
|
@ -7,6 +7,5 @@
|
||||||
../fonts.nix
|
../fonts.nix
|
||||||
../greetd.nix
|
../greetd.nix
|
||||||
../virtualisation/virtualisation.nix
|
../virtualisation/virtualisation.nix
|
||||||
../udev.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,11 @@
|
||||||
options = [ "fmask=0022" "dmask=0022" ];
|
options = [ "fmask=0022" "dmask=0022" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/2TB" =
|
||||||
|
{ device = "/dev/disk/by-uuid/CE2C90F22C90D6B5";
|
||||||
|
fsType = "ntfs";
|
||||||
|
};
|
||||||
|
|
||||||
fileSystems."/500G" =
|
fileSystems."/500G" =
|
||||||
{ device = "/dev/disk/by-uuid/88c7ab87-3bec-4f52-ab4f-c1a081df191f";
|
{ device = "/dev/disk/by-uuid/88c7ab87-3bec-4f52-ab4f-c1a081df191f";
|
||||||
fsType = "xfs";
|
fsType = "xfs";
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,6 @@
|
||||||
input.focus-follows-mouse.enable = true;
|
input.focus-follows-mouse.enable = true;
|
||||||
binds = with config.lib.niri.actions; lib.mkDefault {
|
binds = with config.lib.niri.actions; lib.mkDefault {
|
||||||
"Mod+Return".action = spawn "foot";
|
"Mod+Return".action = spawn "foot";
|
||||||
"Mod+V".action = spawn "/home/${vars.user}/.config/nixos/home/wooz";
|
|
||||||
"Mod+N".action = spawn "swaync-client" "-t";
|
"Mod+N".action = spawn "swaync-client" "-t";
|
||||||
"Mod+Shift+Space".action = toggle-window-floating;
|
"Mod+Shift+Space".action = toggle-window-floating;
|
||||||
"XF86AudioRaiseVolume".action = spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "5%+";
|
"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 = 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 = ["udiskie" "--appindicator"];}
|
||||||
{command = ["kanshi"];}
|
{command = ["kanshi"];}
|
||||||
{command = ["swaync"];}
|
|
||||||
];
|
];
|
||||||
environment = {
|
environment = {
|
||||||
DISPLAY = ":0";
|
DISPLAY = ":0";
|
||||||
|
|
|
||||||
BIN
home/wooz
BIN
home/wooz
Binary file not shown.
BIN
wooz
BIN
wooz
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue