diff options
| author | Mel <einebeere@gmail.com> | 2024-10-15 15:52:11 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-10-15 15:52:11 +0200 |
| commit | c8235346fe342df4aebc3f47d4f29040162dbe61 (patch) | |
| tree | 4ca20dccf9db66203b1c9a8b1593b8d964a2fa16 /machines/bismuth/home.nix | |
| parent | 42d7140ae47ec30b84150d9b721682b30c74a1a7 (diff) | |
| download | minerals-c8235346fe342df4aebc3f47d4f29040162dbe61.tar.zst minerals-c8235346fe342df4aebc3f47d4f29040162dbe61.zip | |
Bring in bismuth configuration
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'machines/bismuth/home.nix')
| -rw-r--r-- | machines/bismuth/home.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/machines/bismuth/home.nix b/machines/bismuth/home.nix new file mode 100644 index 0000000..2ba6f25 --- /dev/null +++ b/machines/bismuth/home.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: + +{ + imports = [ + ../../modules/home/common.nix + ]; + + home.stateVersion = "23.11"; +} |
