From 1e0eca0bcbfc338a585842c65c4b48d62d79728d Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 26 Oct 2024 17:44:36 +0200 Subject: Glued together corsac configuration Signed-off-by: Mel --- machines/corsac/home.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 machines/corsac/home.nix (limited to 'machines/corsac/home.nix') diff --git a/machines/corsac/home.nix b/machines/corsac/home.nix new file mode 100644 index 0000000..dce0783 --- /dev/null +++ b/machines/corsac/home.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: + +{ + imports = [ + ../../modules/home/common.nix + ]; + + home.stateVersion = "24.05"; +} -- cgit 1.4.1