solve-issue-Element-keypass
This commit is contained in:
parent
a1e51d602e
commit
0dae080920
@ -164,11 +164,11 @@
|
||||
# nix.optimise.automatic = true;
|
||||
|
||||
# Automatic Garbage Collection
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 15d";
|
||||
};
|
||||
# nix.gc = {
|
||||
# automatic = true;
|
||||
# dates = "weekly";
|
||||
# options = "--delete-older-than 15d";
|
||||
# };
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
|
@ -15,6 +15,12 @@
|
||||
# Enable XWayland support in COSMIC
|
||||
xwayland.enable = lib.mkDefault true;
|
||||
};
|
||||
# to avoid a timeout on shutdown, enable the GeoClue 2 service without the demo agent
|
||||
# will not be needed in future version of cosmic : testing or 25.11
|
||||
geoclue2 = {
|
||||
enable = true;
|
||||
enableDemoAgent = false;
|
||||
};
|
||||
};
|
||||
|
||||
environment.sessionVariables = {
|
||||
|
6
flake.lock
generated
6
flake.lock
generated
@ -70,11 +70,11 @@
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1749237914,
|
||||
"narHash": "sha256-N5waoqWt8aMr/MykZjSErOokYH6rOsMMXu3UOVH5kiw=",
|
||||
"lastModified": 1749857119,
|
||||
"narHash": "sha256-tG5xUn3hFaPpAHYIvr2F88b+ovcIO5k1HqajFy7ZFPM=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "70c74b02eac46f4e4aa071e45a6189ce0f6d9265",
|
||||
"rev": "5f4f306bea96741f1588ea4f450b2a2e29f42b98",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user