mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 17:50:15 +00:00
move gtk theme to firefox
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user