nix flake update
This commit is contained in:
parent
f4b51b51e7
commit
790707b41e
2 changed files with 8 additions and 6 deletions
|
@ -182,7 +182,10 @@
|
||||||
restic
|
restic
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
environment.sessionVariables = {
|
||||||
|
NIXOS_OZONE_WL = "1";
|
||||||
|
ANKI_WAYLAND = "1";
|
||||||
|
};
|
||||||
|
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
|
|
||||||
|
@ -223,7 +226,6 @@
|
||||||
services.borgbackup.jobs.ytnixRsync = {
|
services.borgbackup.jobs.ytnixRsync = {
|
||||||
paths = [ "/root" "/home" "/var/lib" "/var/log" "/opt" "/etc" ];
|
paths = [ "/root" "/home" "/var/lib" "/var/log" "/opt" "/etc" ];
|
||||||
exclude = [
|
exclude = [
|
||||||
".git"
|
|
||||||
"**/.cache"
|
"**/.cache"
|
||||||
"**/node_modules"
|
"**/node_modules"
|
||||||
"**/cache"
|
"**/cache"
|
||||||
|
@ -280,7 +282,7 @@
|
||||||
xdg.mime.defaultApplications = {
|
xdg.mime.defaultApplications = {
|
||||||
"application/pdf" = "okular.desktop";
|
"application/pdf" = "okular.desktop";
|
||||||
"image/*" = "gwenview.desktop";
|
"image/*" = "gwenview.desktop";
|
||||||
"*/html" = "librewolf.desktop";
|
"*/html" = "chromium-browser.desktop";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.thunar = {
|
programs.thunar = {
|
||||||
|
|
6
nix/flake.lock
generated
6
nix/flake.lock
generated
|
@ -22,11 +22,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1733392399,
|
"lastModified": 1733581040,
|
||||||
"narHash": "sha256-kEsTJTUQfQFIJOcLYFt/RvNxIK653ZkTBIs4DG+cBns=",
|
"narHash": "sha256-Qn3nPMSopRQJgmvHzVqPcE3I03zJyl8cSbgnnltfFDY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "d0797a04b81caeae77bcff10a9dde78bc17f5661",
|
"rev": "22c3f2cf41a0e70184334a958e6b124fb0ce3e01",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue