update unstable

This commit is contained in:
Kopatz
2024-07-04 16:35:52 +02:00
parent 02754f7120
commit dccf8ee432
4 changed files with 6 additions and 6 deletions

6
flake.lock generated
View File

@@ -704,11 +704,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1719506693, "lastModified": 1719848872,
"narHash": "sha256-C8e9S7RzshSdHB7L+v9I51af1gDM5unhJ2xO1ywxNH8=", "narHash": "sha256-H3+EC5cYuq+gQW8y0lSrrDZfH71LB4DAf+TDFyvwCNA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b2852eb9365c6de48ffb0dc2c9562591f652242a", "rev": "00d80d13810dbfea8ab4ed1009b09100cca86ba8",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -79,7 +79,7 @@ in {
#wacomtablet #wacomtablet
wl-clipboard wl-clipboard
pinta # paint pinta # paint
qalculate-qt # calculator #qalculate-qt # calculator TODO build broken
#libsForQt5.kcalc #libsForQt5.kcalc
syncthingtray syncthingtray
v4l-utils v4l-utils

View File

@@ -7,7 +7,7 @@
# You can change versions, add patches, set compilation flags, anything really. # You can change versions, add patches, set compilation flags, anything really.
# https://nixos.wiki/wiki/Overlays # https://nixos.wiki/wiki/Overlays
modifications = final: prev: { modifications = final: prev: {
#discord = prev.discord.override { withVencord = true; }; discord = prev.discord.override { withVencord = true; };
#discord = prev.vesktop; #discord = prev.vesktop;
tetrio-desktop = prev.tetrio-desktop.override { withTetrioPlus = true; }; tetrio-desktop = prev.tetrio-desktop.override { withTetrioPlus = true; };
nerdfonts = prev.nerdfonts.override { fonts = [ "Hack" "Noto" ]; }; nerdfonts = prev.nerdfonts.override { fonts = [ "Hack" "Noto" ]; };

View File

@@ -72,7 +72,7 @@
}; };
}; };
nixpkgs.config.permittedInsecurePackages = [ "electron-28.3.3" ]; nixpkgs.config.permittedInsecurePackages = [ "electron-28.3.3" "electron-27.3.11" ];
mainUser.layout = "de"; mainUser.layout = "de";
mainUser.variant = "us"; mainUser.variant = "us";