aboutsummaryrefslogtreecommitdiffstats
path: root/modules/common
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-05-17 13:41:45 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-05-17 13:41:45 +0200
commitb36c0fc4590bc29e7f95c457a7ea1667a2c5d6ee (patch)
treed99852dd6ab84b4e2aacc7586d3cb942f0518c27 /modules/common
parentmodules/starship: Mark shells that are started in a nixos-shell VM (diff)
downloadnixos-config-b36c0fc4590bc29e7f95c457a7ea1667a2c5d6ee.zip
modules/common: Activate `soispha.hardware` by default
Diffstat (limited to 'modules/common')
-rw-r--r--modules/common/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix
index e4225e95..504782f3 100644
--- a/modules/common/default.nix
+++ b/modules/common/default.nix
@@ -35,6 +35,9 @@
enableEmoji = true;
};
+ hardware = {
+ enable = lib.mkDefault true;
+ };
home-manager.enable = true;
impermanence = {
enable = true;