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