aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/common/core/nix.nix4
-rw-r--r--hosts/common/optional/gui.nix8
2 files changed, 6 insertions, 6 deletions
diff --git a/hosts/common/core/nix.nix b/hosts/common/core/nix.nix
index 4760af0..7370241 100644
--- a/hosts/common/core/nix.nix
+++ b/hosts/common/core/nix.nix
@@ -1,4 +1,4 @@
-{ inputs, lib, pkgs, ... }:
+{ inputs, lib, ... }:
{
nix = {
gc = {
@@ -7,7 +7,7 @@
options = "--delete-older-than 7d";
randomizedDelaySec = "5min";
};
- package = pkgs.nixVersions.latest;
+ #package = pkgs.nixVersions.latest;
settings = {
auto-optimise-store = lib.mkDefault true;
experimental-features = [ "nix-command" "flakes" ];
diff --git a/hosts/common/optional/gui.nix b/hosts/common/optional/gui.nix
index 215bbe3..56650ff 100644
--- a/hosts/common/optional/gui.nix
+++ b/hosts/common/optional/gui.nix
@@ -32,10 +32,10 @@
pkgs.wireshark
pkgs.xclip
pkgs.xdotool
- pkgs.xorg.appres
- pkgs.xorg.editres
- pkgs.xorg.xdpyinfo
- pkgs.xorg.xev
+ pkgs.appres
+ pkgs.editres
+ pkgs.xdpyinfo
+ pkgs.xev
pkgs.xsnow
pkgs.xterm
];