resuming system configuration

This commit is contained in:
2025-08-31 21:52:27 -06:00
parent 23e168431d
commit 368f5d9f46
4 changed files with 31 additions and 9 deletions

View File

@@ -5,4 +5,7 @@
enable = true;
wayland.enable = true;
};
environment.systemPackages = with pkgs; [
(callPackage ./andromeda.nix)
];
}