mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-26 01:51:55 -05:00
gnome: remove option references
This commit is contained in:
parent
7c7a29d243
commit
48286bef67
|
@ -8,8 +8,7 @@
|
|||
programs.firefox = {
|
||||
enable = true;
|
||||
nativeMessagingHosts =
|
||||
lib.optionals (config.ar.home.apps.keepassxc.enable) [pkgs.keepassxc]
|
||||
++ lib.optionals (config.ar.home.desktop.gnome.enable) [pkgs.gnome-browser-connector];
|
||||
lib.optional (config.ar.home.apps.keepassxc.enable) pkgs.keepassxc;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -50,10 +50,7 @@
|
|||
"terminal.integrated.fontSize" = lib.mkDefault 14;
|
||||
"update.mode" = "none";
|
||||
"window.menuBarVisibility" = "hidden";
|
||||
"window.titleBarStyle" =
|
||||
if config.ar.home.desktop.gnome.enable
|
||||
then "custom"
|
||||
else "native";
|
||||
"window.titleBarStyle" = lib.mkDefault "native";
|
||||
"window.zoomPerWindow" = false;
|
||||
"workbench.colorTheme" =
|
||||
if config.ar.home.theme.darkMode
|
||||
|
|
|
@ -13,8 +13,7 @@
|
|||
|
||||
config =
|
||||
lib.mkIf (
|
||||
config.ar.home.desktop.gnome.enable
|
||||
|| config.ar.home.desktop.hyprland.enable
|
||||
config.ar.home.desktop.hyprland.enable
|
||||
|| config.ar.home.desktop.sway.enable
|
||||
) {
|
||||
dconf = {
|
||||
|
|
|
@ -14,8 +14,7 @@
|
|||
|
||||
config =
|
||||
lib.mkIf (
|
||||
config.ar.desktop.gnome.enable
|
||||
|| config.ar.desktop.hyprland.enable
|
||||
config.ar.desktop.hyprland.enable
|
||||
|| config.ar.desktop.steam.enable
|
||||
|| config.ar.desktop.sway.enable
|
||||
) {
|
||||
|
|
Loading…
Reference in a new issue