move gtk theme to firefox

This commit is contained in:
Noah Masur
2022-04-28 23:04:48 -04:00
parent 4735cce26f
commit 4da5e381b2
3 changed files with 12 additions and 13 deletions

View File

@ -28,6 +28,7 @@
name = "Victor Mono";
};
hostname = "nixos";
gtkTheme = "Adwaita-dark";
in {
nixosConfigurations = {
@ -35,7 +36,7 @@
inherit system;
specialArgs = {
gui = true;
inherit user fullName font hostname;
inherit user fullName font hostname gtkTheme;
};
modules = [
home-manager.nixosModules.home-manager