mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 03:50:15 +00:00
move gtk theme to firefox
This commit is contained in:
@ -1,8 +1,4 @@
|
||||
{ pkgs, user, gui, ... }:
|
||||
|
||||
let gtkTheme = "Adwaita-dark";
|
||||
|
||||
in {
|
||||
{ pkgs, user, gui, gtkTheme, ... }: {
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver = {
|
||||
@ -29,10 +25,5 @@ in {
|
||||
xclip # Clipboard
|
||||
];
|
||||
|
||||
home-manager.users.${user}.gtk = {
|
||||
enable = true;
|
||||
theme = { name = gtkTheme; };
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user