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 = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./persist.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
|
../../users/hu/user.nix
|
||||||
../../packages/sets/security.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../sets/fonts.nix
|
../../system/fonts.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../packages/sets/communication.nix
|
../../modules/desktop/apps/communication.nix
|
||||||
../../packages/sets/games.nix
|
../../modules/desktop/apps/games.nix
|
||||||
../../packages/sets/multimedia.nix
|
../../modules/desktop/apps/multimedia.nix
|
||||||
./persist.nix
|
./persist.nix
|
||||||
./packages/nh.nix
|
./packages/nh.nix
|
||||||
./packages/zsh/zsh.nix
|
./packages/zsh/zsh.nix
|
||||||
|
|
Loading…
Reference in a new issue