modules #2
2 changed files with 5 additions and 5 deletions
10
flake.nix
10
flake.nix
|
|
@ -44,7 +44,7 @@
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
{ home.username = "anvaure"; }
|
{ home.username = "anvaure"; }
|
||||||
./home/home.nix
|
./home/base.nix
|
||||||
{ home.packages = [ nixgl.nixGLIntel ]; }
|
{ home.packages = [ nixgl.nixGLIntel ]; }
|
||||||
{ targets.genericLinux.enable = true; }
|
{ targets.genericLinux.enable = true; }
|
||||||
{ home.packages = [ inputs.st-flexipatch.packages.${system}.st ]; }
|
{ home.packages = [ inputs.st-flexipatch.packages.${system}.st ]; }
|
||||||
|
|
@ -62,7 +62,7 @@
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
{ home.username = "ant"; }
|
{ home.username = "ant"; }
|
||||||
./home/home.nix
|
./home/base.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -76,7 +76,7 @@
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
{ home.username = "ant"; }
|
{ home.username = "ant"; }
|
||||||
./home/home.nix
|
./home/base.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
{ home.username = "ant"; }
|
{ home.username = "ant"; }
|
||||||
./home/home.nix
|
./home/base.nix
|
||||||
{ home.packages = [ inputs.st-flexipatch.packages.${system}.st ]; }
|
{ home.packages = [ inputs.st-flexipatch.packages.${system}.st ]; }
|
||||||
./home/syncthing.nix
|
./home/syncthing.nix
|
||||||
];
|
];
|
||||||
|
|
@ -108,7 +108,7 @@
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
{ home.username = "ant"; }
|
{ home.username = "ant"; }
|
||||||
./home/home.nix
|
./home/base.nix
|
||||||
{ home.packages = [ inputs.st-flexipatch.packages.${system}.st ]; }
|
{ home.packages = [ inputs.st-flexipatch.packages.${system}.st ]; }
|
||||||
./home/syncthing.nix
|
./home/syncthing.nix
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue