130 current 2025-05-29 14:48:58 25.11.20250527.4faa5f5 6.15.0 *
This commit is contained in:
@@ -41,7 +41,6 @@
|
|||||||
home-manager.sharedModules = [ plasma-manager.homeManagerModules.plasma-manager ];
|
home-manager.sharedModules = [ plasma-manager.homeManagerModules.plasma-manager ];
|
||||||
home-manager.users.chase = ./home/home.nix;
|
home-manager.users.chase = ./home/home.nix;
|
||||||
}
|
}
|
||||||
./home/plasma.nix
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
ichigo = nixpkgs.lib.nixosSystem {
|
ichigo = nixpkgs.lib.nixosSystem {
|
||||||
|
@@ -1,6 +1,10 @@
|
|||||||
{ config, pkgs, nur, ... }:
|
{ config, pkgs, nur, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
imports = [
|
||||||
|
./plasma.nix
|
||||||
|
];
|
||||||
|
|
||||||
home.username = "chase";
|
home.username = "chase";
|
||||||
home.homeDirectory = "/home/chase";
|
home.homeDirectory = "/home/chase";
|
||||||
home.stateVersion = "24.11";
|
home.stateVersion = "24.11";
|
||||||
|
Reference in New Issue
Block a user