Desktop layout

This commit is contained in:
John Locke 2024-03-10 00:44:38 -08:00
parent 079b6f0acc
commit 34d2345732
7 changed files with 89 additions and 148 deletions

View file

@ -11,7 +11,7 @@
nixosConfigurations.valhalla = nixpkgs.lib.nixosSystem {
# NOTE: Change this to aarch64-linux if you are on ARM
system = "x86_64-linux";
modules = [ ./configuration.nix ];
modules = [ ./hosts/desktop/valhalla/configuration.nix ];
};
};
}