niri config sorta working

This commit is contained in:
twoneis 2024-03-13 20:12:18 +01:00
parent 61ab22169b
commit 4b84b88dc4
5 changed files with 18 additions and 3 deletions

View file

@ -11,6 +11,7 @@
./gdb
./git
./media
./niri-setup
./notes
./shell
./terminal

View file

@ -0,0 +1,5 @@
{ pkgs, ... }: {
programs.fuzzel= {
enable = true;
};
}

View file

@ -7,6 +7,9 @@
gtk = {
enable = true;
gtk3.extraConfig = {
gtk-application-prefer-dark-theme = true;
};
theme.name = "Adwaita Dark";
};
}