From e6d6f34ad917d0746f96f91d886bd1a29093bcd3 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 3 Mar 2023 16:15:09 +0100 Subject: Deprecate majestix in favor of atlas New fancy dual GPU system! --- host/atlas.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 host/atlas.nix (limited to 'host/atlas.nix') diff --git a/host/atlas.nix b/host/atlas.nix new file mode 100644 index 0000000..f73a1c7 --- /dev/null +++ b/host/atlas.nix @@ -0,0 +1,8 @@ +{ pkgs, ... }: + +{ + imports = [ + ../gui/default.nix + ../gui/xmonad.nix + ]; +} -- cgit v1.2.3