From a17d07c9674230fc59869c3dbbe6b455fec0296f Mon Sep 17 00:00:00 2001 From: foglar Date: Wed, 1 Jan 2025 11:36:46 +0100 Subject: [PATCH] fix test --- nixos/home/apps/terminal_tools.nix | 2 +- tsunemori/configuration.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/home/apps/terminal_tools.nix b/nixos/home/apps/terminal_tools.nix index 1351589..105f2fd 100644 --- a/nixos/home/apps/terminal_tools.nix +++ b/nixos/home/apps/terminal_tools.nix @@ -17,7 +17,7 @@ figlet jp2a yt-dlp - nvtopPackages.full + #nvtopPackages.full wget curl fzf diff --git a/tsunemori/configuration.nix b/tsunemori/configuration.nix index c2ac4bd..e02b68a 100644 --- a/tsunemori/configuration.nix +++ b/tsunemori/configuration.nix @@ -43,7 +43,6 @@ #unzip ]; - allowUnfree = true; environment.etcBackupExtension = ".bak"; system.stateVersion = "24.05"; }