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