change home-manager settings
This commit is contained in:
parent
bcbfa31622
commit
c2909bd755
@ -79,12 +79,16 @@ with lib; {
|
|||||||
android_sdk.accept_license = true;
|
android_sdk.accept_license = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.alukard = {
|
# home-manager.users.alukard = {
|
||||||
nixpkgs.config = {
|
# nixpkgs.config = {
|
||||||
allowUnfree = true;
|
# allowUnfree = true;
|
||||||
};
|
# android_sdk.accept_license = true;
|
||||||
xdg.configFile."nixpkgs/config.nix".text = ''
|
# };
|
||||||
{ allowUnfree = true; }
|
# xdg.configFile."nixpkgs/config.nix".text = ''
|
||||||
'';
|
# {
|
||||||
};
|
# allowUnfree = true;
|
||||||
|
# android_sdk.accept_license = true;
|
||||||
|
# }
|
||||||
|
# '';
|
||||||
|
# };
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
{ inputs, ... }: {
|
{ inputs, ... }: {
|
||||||
imports = with inputs.self.nixosModules; with inputs.self.nixosProfiles; [
|
imports = with inputs.self.nixosModules; with inputs.self.nixosProfiles; [
|
||||||
inputs.home-manager.nixosModules.home-manager
|
inputs.home-manager.nixosModules.home-manager {
|
||||||
|
home-manager.useGlobalPkgs = true;
|
||||||
|
home-manager.useUserPackages = true;
|
||||||
|
}
|
||||||
|
|
||||||
applications
|
applications
|
||||||
# auto-run
|
# auto-run
|
||||||
|
Loading…
x
Reference in New Issue
Block a user