From 87ced23c915f69783eb0b81d2620d82a7b15640e Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Sun, 1 Dec 2024 12:41:41 +0100 Subject: [PATCH] flake: No need for unstable packages --- hosts/challenger/configuration.nix | 2 +- hosts/felixalbpc/configuration.nix | 1 + hosts/felixalbpc/home.nix | 6 +++--- hosts/sisko/configuration.nix | 1 + hosts/sisko/home.nix | 6 +++--- hosts/worf/home.nix | 4 ++-- 6 files changed, 11 insertions(+), 9 deletions(-) diff --git a/hosts/challenger/configuration.nix b/hosts/challenger/configuration.nix index 23236c1..9e838dc 100644 --- a/hosts/challenger/configuration.nix +++ b/hosts/challenger/configuration.nix @@ -40,7 +40,7 @@ environment.variables = { EDITOR = "vim"; }; environment.systemPackages = with pkgs; [ zfs - unstable.ncdu + ncdu ]; virtualisation.docker.enable = true; diff --git a/hosts/felixalbpc/configuration.nix b/hosts/felixalbpc/configuration.nix index 64d1655..47a77b3 100644 --- a/hosts/felixalbpc/configuration.nix +++ b/hosts/felixalbpc/configuration.nix @@ -49,6 +49,7 @@ allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "copilot.vim" "keymapp" + "tlclient" ]; }; diff --git a/hosts/felixalbpc/home.nix b/hosts/felixalbpc/home.nix index 496df2e..0a44b45 100644 --- a/hosts/felixalbpc/home.nix +++ b/hosts/felixalbpc/home.nix @@ -26,12 +26,12 @@ in { openssl pwgen rofi-rbw-x11 - unstable.tlclient + tlclient traceroute virt-manager w3m - (unstable.python311.withPackages (ps: with ps; [ + (python311.withPackages (ps: with ps; [ numpy pycryptodome requests @@ -47,7 +47,7 @@ in { programs = { aerc = { enable = true; - package = pkgs.unstable.aerc; + package = pkgs.aerc; }; alacritty.enable = true; firefox.enable = true; diff --git a/hosts/sisko/configuration.nix b/hosts/sisko/configuration.nix index 52206f1..498bffa 100644 --- a/hosts/sisko/configuration.nix +++ b/hosts/sisko/configuration.nix @@ -32,6 +32,7 @@ "copilot.vim" "steam" "steam-unwrapped" + "tlclient" ]; }; diff --git a/hosts/sisko/home.nix b/hosts/sisko/home.nix index aa8cf25..51bfcd9 100644 --- a/hosts/sisko/home.nix +++ b/hosts/sisko/home.nix @@ -21,12 +21,12 @@ nixpkgs-2211.remmina openssl pwgen - unstable.tlclient + tlclient traceroute virt-manager w3m - (unstable.python311.withPackages (ps: with ps; [ + (python311.withPackages (ps: with ps; [ numpy pycryptodome requests @@ -36,7 +36,7 @@ programs = { aerc = { enable = true; - package = pkgs.unstable.aerc; + package = pkgs.aerc; }; alacritty.enable = true; firefox.enable = true; diff --git a/hosts/worf/home.nix b/hosts/worf/home.nix index 2676acb..d5b6929 100644 --- a/hosts/worf/home.nix +++ b/hosts/worf/home.nix @@ -25,8 +25,8 @@ nodejs spotify tldr - unstable.aerc - unstable.snicat + aerc + snicat w3m zellij