132 current 2025-05-30 00:40:53 25.11.20250527.4faa5f5 6.15.0 *

This commit is contained in:
2025-05-30 16:26:02 -04:00
parent e2207d6356
commit 9e6dfa14a7
2 changed files with 54 additions and 19 deletions

View File

@@ -21,7 +21,7 @@
};
};
outputs = { self, nixpkgs, nur, home-manager, plasma-manager, ... }@inputs: {
outputs = { self, nixpkgs, catppuccin, nur, home-manager, plasma-manager, ... }@inputs: {
# Please replace my-nixos with your hostname
nixosConfigurations = {
anzu = nixpkgs.lib.nixosSystem {
@@ -44,11 +44,11 @@
home-manager.sharedModules = [ plasma-manager.homeManagerModules.plasma-manager ];
home-manager.users.chase = {
imports = [
./home/home.nix;
./home/home.nix
catppuccin.homeManagerModules.catppuccin
];
};
};
}
];
};
ichigo = nixpkgs.lib.nixosSystem {
@@ -66,7 +66,7 @@
home-manager.sharedModules = [ plasma-manager.homeManagerModules.plasma-manager ];
home-manager.users.chase = {
imports = [
./home/home.nix;
./home/home.nix
catppuccin.homeManagerModules.catppuccin
];
};