pushing for review
This commit is contained in:
parent
786ca732aa
commit
dd67b2592c
72 changed files with 1142 additions and 1447 deletions
7
nixosModules/users/default.nix
Normal file
7
nixosModules/users/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{pkgs, lib, ...}: {
|
||||
imports = [
|
||||
./speccon18.nix
|
||||
];
|
||||
speccon18.enable = true;
|
||||
speccon18.home_manager.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue