diff options
| author | Mel <einebeere@gmail.com> | 2024-11-13 21:31:32 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-11-13 21:31:32 +0100 |
| commit | 74977a5367666c3b39d1d9c3c80d9fc4f08305c1 (patch) | |
| tree | 0293f519428f41f1d893c6eae334e3e65b9967ad /machines/lapin/home.nix | |
| parent | d39ae5050c81bb0cfea950ba57d32bc8c6304d37 (diff) | |
| download | network-74977a5367666c3b39d1d9c3c80d9fc4f08305c1.tar.zst network-74977a5367666c3b39d1d9c3c80d9fc4f08305c1.zip | |
Import old lapin configuration
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'machines/lapin/home.nix')
| -rw-r--r-- | machines/lapin/home.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/machines/lapin/home.nix b/machines/lapin/home.nix new file mode 100644 index 0000000..8d846d6 --- /dev/null +++ b/machines/lapin/home.nix @@ -0,0 +1,11 @@ +{ pkgs, ... }: + +{ + imports = [ + ../../modules/home/common.nix + ]; + + # lapin only got a home-manager + # a year after i set it up! + home.stateVersion = "24.05"; +} |
