initial commit
This commit is contained in:
parent
6671b54dd2
commit
e50591b2ec
162 changed files with 922 additions and 6328 deletions
12
nix/base/default.nix
Normal file
12
nix/base/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ lib
|
||||
, pkgs
|
||||
, ...
|
||||
}: {
|
||||
imports = [
|
||||
./login_manager.nix
|
||||
./big_g.nix
|
||||
./env.nix
|
||||
./xkb_layout.nix
|
||||
../hardware/streamdeck.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue