summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-19 08:16:22 -0700
committerFuwn <[email protected]>2024-09-19 08:16:22 -0700
commit3d145915412ad8402f6f85a1ccae8855b929443f (patch)
tree08ac71d4dc29dd8b2ecd01480c7bc78cd64c45fc /hosts
parenthimeji: containers (diff)
downloadnixos-config-3d145915412ad8402f6f85a1ccae8855b929443f.tar.xz
nixos-config-3d145915412ad8402f6f85a1ccae8855b929443f.zip
himeji: add fastfetch
Diffstat (limited to 'hosts')
-rw-r--r--hosts/himeji/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/himeji/default.nix b/hosts/himeji/default.nix
index 7448a28..c143b14 100644
--- a/hosts/himeji/default.nix
+++ b/hosts/himeji/default.nix
@@ -1,4 +1,4 @@
-{ secrets, ... }:
+{ secrets, pkgs, ... }:
{
imports = [
./hardware-configuration.nix
@@ -24,6 +24,8 @@
];
};
+ environment.systemPackages = [ pkgs.fastfetch ];
+
virtualisation = {
containers.enable = true;
docker.enable = true;