diff options
| author | Mel <mel@rnrd.eu> | 2025-09-26 14:50:34 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-09-26 15:19:47 +0200 |
| commit | 79ddd100b2071874bbe920e52feefd9c7c11f6b1 (patch) | |
| tree | f56ada47cfb9b76b3c609756c0ea241d7a502f40 /machines/wolfram/home.nix | |
| parent | 6a1d5f484b000d3f9c6ebb2e2c7074da3186e1a7 (diff) | |
| download | minerals-79ddd100b2071874bbe920e52feefd9c7c11f6b1.tar.zst minerals-79ddd100b2071874bbe920e52feefd9c7c11f6b1.zip | |
Add Wolfram as new remote-server
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/wolfram/home.nix')
| -rw-r--r-- | machines/wolfram/home.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/machines/wolfram/home.nix b/machines/wolfram/home.nix new file mode 100644 index 0000000..8f27ed2 --- /dev/null +++ b/machines/wolfram/home.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: + +{ + imports = [ + ../../modules/home/common.nix + ]; + + home.stateVersion = "25.05"; +} |
