Reworked home manager configuration to modules
This commit is contained in:
24
modules/home/default.nix
Normal file
24
modules/home/default.nix
Normal file
@@ -0,0 +1,24 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./applications/alacritty.nix
|
||||
./applications/common.nix
|
||||
./applications/devenv.nix
|
||||
./applications/firefox.nix
|
||||
./applications/git.nix
|
||||
./applications/helix.nix
|
||||
./applications/zsh.nix
|
||||
./applications/ssh.nix
|
||||
./applications/thunderbird.nix
|
||||
./applications/yazi.nix
|
||||
./applications/zellij.nix
|
||||
|
||||
./services/nextcloud.nix
|
||||
|
||||
./theming/fonts.nix
|
||||
./theming/nix-colors.nix
|
||||
|
||||
./desktop-environments/hyprland/default.nix
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user