From d940c40fa8d52e3c5b5ab116690dcc205f4f2a69 Mon Sep 17 00:00:00 2001 From: Tomas Rivera Date: Sun, 17 May 2026 12:47:54 +0200 Subject: [PATCH] configuration.nix: last cleanup --- hosts/laptop/configuration.nix | 4 +--- modules/nixos/theme.nix | 4 +++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index f3bafd1..ecd1f49 100755 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -2,6 +2,7 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). { + # nixd says that those attributes are not used. The are used in the imported file. Do not remove. config, pkgs, pkgs-unstable, @@ -43,9 +44,6 @@ ../../modules/nixos/office.nix ]; - # to resolve this https://wiki.nixos.org/wiki/Home_Manager#I_cannot_set_GNOME_or_Gtk_themes_via_Home_Manager - programs.dconf.enable = true; - # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave diff --git a/modules/nixos/theme.nix b/modules/nixos/theme.nix index 00c29b7..25e98f2 100644 --- a/modules/nixos/theme.nix +++ b/modules/nixos/theme.nix @@ -6,7 +6,9 @@ { qt.enable = true; - + # to resolve this https://wiki.nixos.org/wiki/Home_Manager#I_cannot_set_GNOME_or_Gtk_themes_via_Home_Manager + programs.dconf.enable = true; + environment.systemPackages = with pkgs; [ swww #wallpaper daemon gruvbox-gtk-theme