completely refactor and modularize flake
This commit is contained in:
parent
3b1ed7e281
commit
b7210fcf8e
141 changed files with 884 additions and 2605 deletions
|
@ -4,12 +4,20 @@
|
|||
./hardware-configuration.nix
|
||||
./disko.nix
|
||||
|
||||
../../modules/DEFAULT/COMMON
|
||||
../../modules/DEFAULT/DESKTOP
|
||||
../../modules/HOME-MANAGER/COMMON
|
||||
../../modules/default
|
||||
|
||||
];
|
||||
|
||||
desktop = {
|
||||
enable = true;
|
||||
hyprlock.enable = false;
|
||||
hypridle.enable = false;
|
||||
|
||||
hyprland = {
|
||||
hardware.Puenktchen = true;
|
||||
};
|
||||
};
|
||||
|
||||
common.syncthing = {
|
||||
enable = true;
|
||||
devices = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue