tangled
alpha
login
or
join now
bwc9876.dev
/
nixos-config
1
fork
atom
Flake for my NixOS devices
1
fork
atom
overview
issues
pulls
pipelines
black-mesa: re-add my module
Spoonbaker
4 months ago
c0aa62e5
420e53f3
+5
-4
2 changed files
expand all
collapse all
unified
split
flake.nix
nixosConfigurations
black-mesa.nix
+4
-4
flake.nix
···
56
56
gh-grader-preview,
57
57
}:
58
58
flakelight ./. {
59
59
-
# imports = [
60
60
-
# spoon.flakelightModules.repl
61
61
-
# spoon.flakelightModules.ubercheck
62
62
-
# ];
59
59
+
imports = [
60
60
+
spoon.flakelightModules.repl
61
61
+
spoon.flakelightModules.ubercheck
62
62
+
];
63
63
inherit inputs;
64
64
formatters = pkgs: {
65
65
"*.nix" = "alejandra .";
+1
nixosConfigurations/black-mesa.nix
···
10
10
++ [
11
11
inputs.nixos-hardware.nixosModules.common-gpu-amd
12
12
inputs.nixos-hardware.nixosModules.common-cpu-amd
13
13
+
inputs.spoon.nixosModules.black-mesa
13
14
{
14
15
home-manager.users.bean.home.stateVersion = "25.05";
15
16
system.stateVersion = "25.05";