mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add dotfiles
This commit is contained in:
commit
39fe550b3e
45 changed files with 4363 additions and 0 deletions
18
modules/core/default.nix
Normal file
18
modules/core/default.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./system.nix
|
||||
./nix.nix
|
||||
./users.nix
|
||||
./xdg.nix
|
||||
|
||||
./schizo.nix
|
||||
./network.nix
|
||||
./blocker.nix
|
||||
|
||||
./display.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue