132 current 2025-05-30 00:40:53 25.11.20250527.4faa5f5 6.15.0 *
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
|
Reference in New Issue
Block a user