diff --git a/flake.lock b/flake.lock index 3645329..3414bd9 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/modules/graphical/shared.nix b/modules/graphical/shared.nix index 843ab94..44d2e24 100644 --- a/modules/graphical/shared.nix +++ b/modules/graphical/shared.nix @@ -79,7 +79,7 @@ in { #wacomtablet wl-clipboard pinta # paint - qalculate-qt # calculator + #qalculate-qt # calculator TODO build broken #libsForQt5.kcalc syncthingtray v4l-utils diff --git a/overlays.nix b/overlays.nix index bc3e97f..549ae99 100644 --- a/overlays.nix +++ b/overlays.nix @@ -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" ]; }; diff --git a/systems/pc/configuration.nix b/systems/pc/configuration.nix index 268a728..193b245 100644 --- a/systems/pc/configuration.nix +++ b/systems/pc/configuration.nix @@ -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";