Refactor: Move and subcategorize modules
This commit is contained in:
parent
49ebf1155e
commit
d6f25a0f4e
12 changed files with 9 additions and 7 deletions
|
@ -4,10 +4,12 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./persist.nix
|
||||
../../packages/sets/basic.nix
|
||||
../../packages/wm/hyprland.nix
|
||||
|
||||
../../modules/system/basic.nix
|
||||
../../modules/desktop/environments/hyprland.nix
|
||||
../../modules/system/security.nix
|
||||
|
||||
../../users/hu/user.nix
|
||||
../../packages/sets/security.nix
|
||||
];
|
||||
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
../sets/fonts.nix
|
||||
../../system/fonts.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
../../packages/sets/communication.nix
|
||||
../../packages/sets/games.nix
|
||||
../../packages/sets/multimedia.nix
|
||||
../../modules/desktop/apps/communication.nix
|
||||
../../modules/desktop/apps/games.nix
|
||||
../../modules/desktop/apps/multimedia.nix
|
||||
./persist.nix
|
||||
./packages/nh.nix
|
||||
./packages/zsh/zsh.nix
|
||||
|
|
Loading…
Reference in a new issue