system/home-manager-stable: remove
This commit is contained in:
parent
1a8e042be5
commit
e78c666635
3 changed files with 1 additions and 21 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
imports = with modules.system; [
|
imports = with modules.system; [
|
||||||
(modulesPath + "/profiles/qemu-guest.nix")
|
(modulesPath + "/profiles/qemu-guest.nix")
|
||||||
home-manager-stable
|
home-manager
|
||||||
|
|
||||||
base
|
base
|
||||||
kernel
|
kernel
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,6 @@ in {
|
||||||
./system/greetd.nix
|
./system/greetd.nix
|
||||||
./system/gui.nix
|
./system/gui.nix
|
||||||
./system/home-manager.nix
|
./system/home-manager.nix
|
||||||
./system/home-manager-stable.nix
|
|
||||||
./system/input.nix
|
./system/input.nix
|
||||||
./system/kernel.nix
|
./system/kernel.nix
|
||||||
./system/nix.nix
|
./system/nix.nix
|
||||||
|
|
|
||||||
|
|
@ -1,19 +0,0 @@
|
||||||
{ config, inputs, modules, ... }: {
|
|
||||||
imports = [
|
|
||||||
inputs.home-manager-stable.nixosModules.home-manager
|
|
||||||
];
|
|
||||||
home-manager = {
|
|
||||||
useGlobalPkgs = true;
|
|
||||||
useUserPackages = true;
|
|
||||||
extraSpecialArgs = {
|
|
||||||
inherit inputs modules;
|
|
||||||
sysConfig = config;
|
|
||||||
};
|
|
||||||
sharedModules = [
|
|
||||||
{
|
|
||||||
imports = [ modules.options ];
|
|
||||||
config.me = config.me;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue