diff --git a/cleanCache.sh b/cleanCache.sh new file mode 100644 index 0000000..496e589 --- /dev/null +++ b/cleanCache.sh @@ -0,0 +1 @@ +rm -r .local/share/Steam/config/htmlcache/ diff --git a/configuration.nix b/configuration.nix index 6803a5c..ee15c3b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -9,10 +9,11 @@ [ # Include the results of the hardware scan. ./hardware-configuration.nix ( - let revision = "e74e57a37de55ecfdc62f49fe5a7463b2a52499a"; in + #let revision = "e74e57a37de55ecfdc62f49fe5a7463b2a52499a"; in + let revision = "98a61cf0708885abddebc6938ca7282928981d5e"; in builtins.fetchTarball { url = "https://github.com/Jovian-Experiments/Jovian-NixOS/archive/${revision}.tar.gz"; - sha256 = "sha256:184zvpfcxzspai0mjmq5wfh9n6gjzx0430ygq5r1z1b9j59fhd5r"; + sha256 = "sha256:0f1c3ilr9rm6jrs3nfhvf8ni0jccfy1810s6a94iywa9416w1k7c"; } + "/modules" ) ]; @@ -32,7 +33,8 @@ }; decky-loader = { enable = true; - user = "wieerwill"; + #extraPackages = [pkgs.curl pkgs.unzip]; + #user = "wieerwill"; }; }; programs.xwayland.enable = true; @@ -41,6 +43,10 @@ wrapperFeatures.gtk = true; }; programs.light.enable = true; + + nixpkgs.config.permittedInsecurePackages = [ + "electron-27.3.11" + ]; # Bootloader. boot.loader.systemd-boot.enable = true;