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": {
"locked": {
"lastModified": 1719506693,
"narHash": "sha256-C8e9S7RzshSdHB7L+v9I51af1gDM5unhJ2xO1ywxNH8=",
"lastModified": 1719848872,
"narHash": "sha256-H3+EC5cYuq+gQW8y0lSrrDZfH71LB4DAf+TDFyvwCNA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "b2852eb9365c6de48ffb0dc2c9562591f652242a",
"rev": "00d80d13810dbfea8ab4ed1009b09100cca86ba8",
"type": "github"
},
"original": {

View File

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

View File

@@ -7,7 +7,7 @@
# You can change versions, add patches, set compilation flags, anything really.
# https://nixos.wiki/wiki/Overlays
modifications = final: prev: {
#discord = prev.discord.override { withVencord = true; };
discord = prev.discord.override { withVencord = true; };
#discord = prev.vesktop;
tetrio-desktop = prev.tetrio-desktop.override { withTetrioPlus = true; };
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.variant = "us";