Extended llm; Fixed issues do to bug in Home Manager 25.05 and above
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
#targets.darwin.copyApps.enableChecks = isDarwin;
|
||||
|
||||
catppuccin = {
|
||||
enable = false;
|
||||
accent = "sky";
|
||||
@@ -86,6 +88,8 @@
|
||||
};
|
||||
|
||||
home = {
|
||||
|
||||
# activation.checkAppManagementPermission = lib.mkForce "";
|
||||
username = primaryUser;
|
||||
stateVersion = "26.05";
|
||||
sessionVariables = lib.mkIf (!isDarwin) {
|
||||
|
||||
Reference in New Issue
Block a user