Compare commits
3 Commits
e6a2690baa
...
5da17890cb
| Author | SHA1 | Date | |
|---|---|---|---|
|
5da17890cb
|
|||
|
52692a4a47
|
|||
|
f2cb379100
|
@@ -34,6 +34,9 @@ lib.my.makeSwitch {
|
||||
[net]
|
||||
git-fetch-with-cli = true
|
||||
'';
|
||||
programs.zsh.initContent = lib.mkAfter ''
|
||||
export PATH=$PATH:$HOME/.cargo/bin
|
||||
'';
|
||||
};
|
||||
my.persist.homeDirs = [
|
||||
".cargo"
|
||||
|
||||
@@ -109,15 +109,12 @@ lib.my.makeSwitch {
|
||||
lib.mergeAttrsList (
|
||||
map
|
||||
(pkg: {
|
||||
${pkg}.__output.preInstall.__append = ''
|
||||
gappsWrapperArgs+=(
|
||||
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--wayland-text-input-version=3}}"
|
||||
)
|
||||
'';
|
||||
${pkg}.__input.commandLineArgs.__append = "--wayland-text-input-version=3";
|
||||
})
|
||||
[
|
||||
"qq"
|
||||
"vscodium"
|
||||
"signal-desktop"
|
||||
]
|
||||
)
|
||||
)
|
||||
|
||||
@@ -38,8 +38,8 @@ lib.my.makeSwitch {
|
||||
# Deduplicate and optimize nix store
|
||||
auto-optimise-store = true;
|
||||
substituters = [
|
||||
"https://mirror.sjtu.edu.cn/nix-channels/store"
|
||||
"https://mirrors.sjtug.sjtu.edu.cn/nix-channels/store"
|
||||
"https://mirror.sjtu.edu.cn/nix-channels/store"
|
||||
"https://mirrors.ustc.edu.cn/nix-channels/store"
|
||||
"https://nix-community.cachix.org"
|
||||
"https://cache.nixos.org"
|
||||
|
||||
Reference in New Issue
Block a user