niri config sorta working
This commit is contained in:
parent
61ab22169b
commit
4b84b88dc4
5 changed files with 18 additions and 3 deletions
|
@ -11,6 +11,7 @@
|
|||
./gdb
|
||||
./git
|
||||
./media
|
||||
./niri-setup
|
||||
./notes
|
||||
./shell
|
||||
./terminal
|
||||
|
|
5
modules/system/home/niri-setup/default.nix
Normal file
5
modules/system/home/niri-setup/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
programs.fuzzel= {
|
||||
enable = true;
|
||||
};
|
||||
}
|
|
@ -7,6 +7,9 @@
|
|||
|
||||
gtk = {
|
||||
enable = true;
|
||||
gtk3.extraConfig = {
|
||||
gtk-application-prefer-dark-theme = true;
|
||||
};
|
||||
theme.name = "Adwaita Dark";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue