about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nix/hosts/common/nix.nix2
-rw-r--r--nix/profiles/home-manager/shell.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nix/hosts/common/nix.nix b/nix/hosts/common/nix.nix
index d1f0492..2ef6b48 100644
--- a/nix/hosts/common/nix.nix
+++ b/nix/hosts/common/nix.nix
@@ -1,6 +1,6 @@
 { pkgs, ... }: {
   nix = {
-    package = pkgs.nixFlakes;
+    package = pkgs.nixVersions.stable;
 
     gc = {
       user = "root";
diff --git a/nix/profiles/home-manager/shell.nix b/nix/profiles/home-manager/shell.nix
index cd37929..bfeeb09 100644
--- a/nix/profiles/home-manager/shell.nix
+++ b/nix/profiles/home-manager/shell.nix
@@ -67,7 +67,7 @@
   # an alternative to ls
   programs.eza = {
     enable = true;
-    icons = false;
+    icons = "never";
     enableFishIntegration = false;
     extraOptions = [
       "--group-directories-first"