completely refactor and modularize flake
This commit is contained in:
parent
3b1ed7e281
commit
b7210fcf8e
141 changed files with 884 additions and 2605 deletions
|
@ -1,14 +1,20 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./auto-cpufreq.nix
|
||||
./backlight.nix
|
||||
./hardware-configuration.nix
|
||||
#./disko.nix
|
||||
|
||||
../../modules/DEFAULT/COMMON
|
||||
../../modules/DEFAULT/DESKTOP
|
||||
../../modules/HOME-MANAGER/COMMON
|
||||
../../modules/default
|
||||
|
||||
];
|
||||
|
||||
desktop = {
|
||||
enable = true;
|
||||
hyprland.hardware.Lenni.enable = true;
|
||||
};
|
||||
|
||||
common.syncthing = {
|
||||
enable = true;
|
||||
devices = {
|
||||
|
@ -16,4 +22,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
services.hardware.bolt.enable = true;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue