Disable auto-upgrade

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-02-19 12:26:19 +00:00
parent 3d2a972ea3
commit 5f905e76c6
3 changed files with 10 additions and 21 deletions

View File

@@ -1,17 +1,4 @@
{ inputs, ... }: { ... }:
{ {
system = { system.stateVersion = "24.11";
autoUpgrade = {
enable = true;
flake = inputs.self.outPath;
flags = [
"--update-input"
"nixpkgs"
"-L"
];
dates = "02:00";
};
stateVersion = "24.11";
};
} }

View File

@@ -10,6 +10,8 @@
}: }:
{ {
home-manager.users.${user} = { home-manager.users.${user} = {
imports = lib.lists.optional (!config.home-manager.useGlobalPkgs) inputs.nur.modules.homeManager.default; imports = lib.lists.optional (
!config.home-manager.useGlobalPkgs
) inputs.nur.modules.homeManager.default;
}; };
} }

View File

@@ -6,12 +6,12 @@
.nav-files-container .nav-files-container
[class*="nav-"]:has( [class*="nav-"]:has(
:is( :is(
[data-path="Inbox"], [data-path="Inbox"],
[data-path="Dreams"], [data-path="Dreams"],
[data-path="Work"], [data-path="Work"],
[data-path="Random"], [data-path="Random"],
) )
)::after { )::after {
content: ""; content: "";
display: block; display: block;