solve-issue-Element-keypass
This commit is contained in:
parent
a1e51d602e
commit
0dae080920
@ -164,11 +164,11 @@
|
|||||||
# nix.optimise.automatic = true;
|
# nix.optimise.automatic = true;
|
||||||
|
|
||||||
# Automatic Garbage Collection
|
# Automatic Garbage Collection
|
||||||
nix.gc = {
|
# nix.gc = {
|
||||||
automatic = true;
|
# automatic = true;
|
||||||
dates = "weekly";
|
# dates = "weekly";
|
||||||
options = "--delete-older-than 15d";
|
# options = "--delete-older-than 15d";
|
||||||
};
|
# };
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
|
@ -15,6 +15,12 @@
|
|||||||
# Enable XWayland support in COSMIC
|
# Enable XWayland support in COSMIC
|
||||||
xwayland.enable = lib.mkDefault true;
|
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 = {
|
environment.sessionVariables = {
|
||||||
|
6
flake.lock
generated
6
flake.lock
generated
@ -70,11 +70,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1749237914,
|
"lastModified": 1749857119,
|
||||||
"narHash": "sha256-N5waoqWt8aMr/MykZjSErOokYH6rOsMMXu3UOVH5kiw=",
|
"narHash": "sha256-tG5xUn3hFaPpAHYIvr2F88b+ovcIO5k1HqajFy7ZFPM=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "70c74b02eac46f4e4aa071e45a6189ce0f6d9265",
|
"rev": "5f4f306bea96741f1588ea4f450b2a2e29f42b98",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user