aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/caladan/default.nix2
-rw-r--r--hosts/common/optional/services/xorg.nix10
2 files changed, 7 insertions, 5 deletions
diff --git a/hosts/caladan/default.nix b/hosts/caladan/default.nix
index 6bb2503..67f5b78 100644
--- a/hosts/caladan/default.nix
+++ b/hosts/caladan/default.nix
@@ -135,8 +135,6 @@
};
programs = {
- dconf.enable = true;
-
nix-ld = {
enable = true;
libraries = [
diff --git a/hosts/common/optional/services/xorg.nix b/hosts/common/optional/services/xorg.nix
index 16075bf..f6d5632 100644
--- a/hosts/common/optional/services/xorg.nix
+++ b/hosts/common/optional/services/xorg.nix
@@ -41,9 +41,13 @@
pkgs.xterm
];
- programs.firefox = {
- enable = true;
- #package = pkgs.master.firefox;
+ programs = {
+ dconf.enable = true;
+
+ firefox = {
+ enable = true;
+ #package = pkgs.master.firefox;
+ };
};
security = {