mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Added catppuccin home-manager module
This commit is contained in:
@@ -35,7 +35,8 @@
|
||||
nur
|
||||
inputs
|
||||
nixpkgs
|
||||
home-manager;
|
||||
home-manager
|
||||
catppuccin;
|
||||
};
|
||||
in
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ currentSystemUser, currentSystemDe, pkgs, ... }:
|
||||
{ currentSystemUser, currentSystemDe, pkgs, catppuccin, ... }:
|
||||
{
|
||||
imports = [
|
||||
./catppuccin.nix
|
||||
@@ -9,6 +9,7 @@
|
||||
./mangohud.nix
|
||||
./tmux.nix
|
||||
./zoxide.nix
|
||||
catppuccin.homeModules.catppuccin
|
||||
] ++ (if currentSystemDe == "hyprland" then [
|
||||
./hyprland
|
||||
] else []
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
inputs,
|
||||
nixpkgs,
|
||||
home-manager,
|
||||
catppuccin,
|
||||
}:
|
||||
name:
|
||||
{
|
||||
@@ -41,6 +42,7 @@ let
|
||||
nur = nur;
|
||||
inputs = inputs;
|
||||
additionalModules = additionalModules;
|
||||
catppuccin = catppuccin;
|
||||
};
|
||||
in
|
||||
nixpkgs.lib.nixosSystem {
|
||||
|
||||
Reference in New Issue
Block a user