From 46102bc269a9c3d424e4fb0214a12341bd8918e1 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 1 Dec 2024 09:57:29 -0800 Subject: update to 24.11 --- nix/hosts/common/nix.nix | 2 +- nix/profiles/home-manager/shell.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'nix') 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" -- cgit 1.4.1