new and impruved

This commit is contained in:
zastian@mrthoddata.com
2025-05-07 15:45:08 +01:00
commit bdf553079b
197 changed files with 5824 additions and 0 deletions

19
dots/niri.nix Executable file
View File

@@ -0,0 +1,19 @@
{
config,
lib,
pkgs,
...
}:
{
programs = {
niri = {
settings = {
outputs."eDP-1".scale = 1.0;
binds = {
"Mod+T".action.spawn = "alacritty";
};
};
};
};
}