🧹 restructure layout
This commit is contained in:
parent
40c2a5fb29
commit
268374ad58
115 changed files with 2641 additions and 2085 deletions
17
modules/config/default.nix
Normal file
17
modules/config/default.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ config
|
||||
, lib
|
||||
, pkgs
|
||||
, ...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./theming.nix
|
||||
./nix.nix
|
||||
./bin
|
||||
./shell.nix
|
||||
./yubikey.nix
|
||||
./email.nix
|
||||
./wallpapers.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue