Refactored file structure to make more sense, made default.nixes less verbose
This commit is contained in:
21
modules/home/environment/default.nix
Normal file
21
modules/home/environment/default.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
host,
|
||||
nur,
|
||||
nixvim,
|
||||
self,
|
||||
inputs,
|
||||
username,
|
||||
config,
|
||||
home-manager,
|
||||
...
|
||||
}: {
|
||||
imports =
|
||||
[(import ./gtk.nix)]
|
||||
++ [(import ./spicetify.nix)]
|
||||
++ [(import ./starship.nix)]
|
||||
++ [(import ./userpkgs.nix)]
|
||||
++ [(import ./zshell.nix)]
|
||||
++ [(import ./waybar)]
|
||||
++ [(import ./hyprland)]
|
||||
++ [(import ./swaync)];
|
||||
}
|
||||
Reference in New Issue
Block a user