new and impruved
This commit is contained in:
19
dots/niri.nix
Executable file
19
dots/niri.nix
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
programs = {
|
||||
niri = {
|
||||
settings = {
|
||||
outputs."eDP-1".scale = 1.0;
|
||||
binds = {
|
||||
"Mod+T".action.spawn = "alacritty";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user