quick update host
This commit is contained in:
parent
033677e764
commit
5dc6c8a77c
22 changed files with 109 additions and 56 deletions
22
home/afoucaultc/packages/niri.nix
Normal file
22
home/afoucaultc/packages/niri.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.niri = {
|
||||
enable = true;
|
||||
settings = {
|
||||
prefer-no-csd = true;
|
||||
input.keyboard.xkb = {
|
||||
layout = "us";
|
||||
variant = "intl";
|
||||
};
|
||||
layout = {
|
||||
gaps = 4;
|
||||
focus-ring = {
|
||||
enable = true;
|
||||
width = 2;
|
||||
active.color = "#${config.colorScheme.palette.base0D}ff";
|
||||
inactive.color = "#${config.colorScheme.palette.base03}ff";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue