Bump version

This commit is contained in:
xinyangli 2023-07-22 01:20:55 +08:00
parent 77da044665
commit 5cc78b3494
8 changed files with 68 additions and 53 deletions

View file

@ -104,7 +104,7 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = [
"openssl-1.1.1t"
"openssl-1.1.1u"
# For wechat-uos
"electron-19.0.7"
];
@ -131,12 +131,6 @@
# ==== Development ==== #
jetbrains.jdk # patch jetbrain runtime java
jetbrains.clion
jetbrains.pycharm-professional
jetbrains.idea-ultimate
android-studio
# Language server
clang-tools
rnix-lsp
@ -164,6 +158,14 @@
texlive.combined.scheme-full
# ==== GUI Softwares ==== #
# IDE
jetbrains.jdk # patch jetbrain runtime java
jetbrains.clion
jetbrains.pycharm-professional
jetbrains.idea-ultimate
android-studio
# Gnome tweaks
gnomeExtensions.dash-to-dock
gnomeExtensions.hide-top-bar
@ -218,6 +220,14 @@
"https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store"
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings.auto-optimise-store = true;
nix.settings.access-tokens = [ "github.com=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" ];
nix.settings.trusted-users = [ "xin" "root" ];
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
# MTP support
services.gvfs.enable = true;