trying stylix
This commit is contained in:
+4
-1
@@ -61,7 +61,7 @@ outputs =
|
||||
# Importing theme file
|
||||
./generated/out_of_tree/core/theme.nix
|
||||
# Import machine-specific configurations
|
||||
./generated/out_of_tree/machines/traveldroid/top.nix
|
||||
./generated/out_of_tree/machines/${machine}/top.nix
|
||||
# Catppuccin theme module
|
||||
# catppuccin.nixosModules.catppuccin
|
||||
# Anchoring all the other nixes
|
||||
@@ -71,6 +71,9 @@ outputs =
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.sharedModules = [
|
||||
stylix.homeManagerModules.stylix
|
||||
];
|
||||
home-manager.extraSpecialArgs = { inherit user inputs flakeRoot; };
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user