From 1155ab963eee00a554db50b4b704b70c0dcf6fe9 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 14 Feb 2024 14:57:26 +0900 Subject: [PATCH] test --- nixos/default.nix | 1 + nixos/minimal.nix | 1 + nixos/small.nix | 1 + 3 files changed, 3 insertions(+) diff --git a/nixos/default.nix b/nixos/default.nix index b4eef640..7c327e45 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -24,6 +24,7 @@ # List packages installed in system profile environment.systemPackages = with pkgs; [ + dconf # Required for stylix ripgrep # Better grep sbctl # Secureboot Control wget # WebGet diff --git a/nixos/minimal.nix b/nixos/minimal.nix index 24443e26..7bc31158 100644 --- a/nixos/minimal.nix +++ b/nixos/minimal.nix @@ -15,6 +15,7 @@ # List packages installed in system profile environment.systemPackages = with pkgs; [ + dconf ripgrep sbctl wget diff --git a/nixos/small.nix b/nixos/small.nix index 2348c4e7..faceb66e 100644 --- a/nixos/small.nix +++ b/nixos/small.nix @@ -22,6 +22,7 @@ # List packages installed in system profile environment.systemPackages = with pkgs; [ + dconf ripgrep git bat