octowork
This commit is contained in:
parent
2015647f67
commit
1c35f03eae
3 changed files with 63 additions and 440 deletions
|
|
@ -30,7 +30,7 @@
|
|||
config.allowUnfree = true;
|
||||
};
|
||||
|
||||
inherit octofriend-nix;
|
||||
inherit octofriend;
|
||||
};
|
||||
|
||||
mkSystem = { modules, hardware ? [] }: nixpkgs.lib.nixosSystem {
|
||||
|
|
@ -40,7 +40,6 @@
|
|||
home-manager.nixosModules.home-manager
|
||||
] ++ hardware ++ modules;
|
||||
};
|
||||
};
|
||||
# Common desktop modules
|
||||
commonDesktopModules = [
|
||||
./systems/common.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue