Compare commits

..

11 commits

Author SHA1 Message Date
86729920ab
vanadium/xmonad: make sure pactl is in scope 2025-11-28 11:26:39 +08:00
ec6bf2312f
vanadium/kitty: use elementary bell sound 2025-11-28 11:26:39 +08:00
ac16353721
vanadium/gtk: init 2025-11-28 11:26:39 +08:00
8edc63f477
vanadium/home: decouple cursor config 2025-11-28 11:26:39 +08:00
d396812450
Just: --fast is deprecated 2025-11-28 11:26:39 +08:00
47cf371788
home/git: enable patdiff for aarch64-linux 2025-11-28 11:26:39 +08:00
b0b7222d48
vanadium: fix build
packages/ruler: update

vanadium/overlays/fcitx5: fix patch

vanadium/overlays/fcitx5-chinese-addons: fix patch

treewide: system -> stdenv.hostPlatform.system

vanadium: fix warnings
2025-11-28 11:26:39 +08:00
b7b2083c74
vanadium: +telegram-desktop 2025-11-27 23:07:46 +08:00
44576984e5
networks: update 2025-11-27 14:15:49 +08:00
a89146bc5b
home/zen-browser: document locked user preference (and it is not working) 2025-11-27 12:58:54 +08:00
d252914f55
home/zen-browser: close window with last tab 2025-11-27 12:52:12 +08:00
3 changed files with 8 additions and 1 deletions

View file

@ -110,6 +110,7 @@
pkgs.signal-desktop
pkgs.tuba # mastodon GUI client
pkgs.emoji-picker-rs
pkgs.telegram-desktop # for archlinux china
# wm utilities
pkgs.xbrightness
@ -122,6 +123,7 @@
# audio utilities
pkgs.helvum
pkgs.pavucontrol
pkgs.pulseaudio # pactl value control
pkgs.pantheon.elementary-sound-theme
];

View file

@ -50,7 +50,7 @@ in
# https://searchfox.org/mozilla-central/source/browser/components/enterprisepolicies/Policies.sys.mjs
# Some policies can be rewritten to profiles configuration
#
# TODO: try out the "locked" semantic from zen
# "locked" semantic from zen (doesn't seem to be doing anything, attempted for zen-twilight 1.18t)
# https://github.com/0xc000022070/zen-browser-flake/tree/main#preferences
#
# To check which option is mapped to which about:config
@ -67,6 +67,7 @@ in
"layout.css.devPixelsPerPx" = 1.1;
"browser.startup.page" = 1;
"browser.translations.automaticallyPopup" = false;
"browser.tabs.closeWindowWithLastTab" = true;
# open links in new window
# this works a lot better with xmonad where I have a bunch of windows

View file

@ -93,6 +93,10 @@ in
ssid = "NTUH_guest";
randomizeMac = true;
}
{
ssid = "i_Tzuchi_WiFi";
randomizeMac = true;
}
{ ssid = "_SNCF_WIFI_INOUI"; }
{ ssid = "_WIFI_LYRIA"; }