mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2026-02-04 21:31:57 -05:00
Version 488 -> 489: brave: 1.85.120 → 1.86.139, +3038.8 KiB clang: 19.0.0-rocm → 20.0.0-rocm, -10166.3 KiB clr: 6.4.3 → 7.0.2, +2009.5 KiB compiler-rt-libc: 19.0.0 → 20.0.0, +1358.8 KiB dart: 3.10.4 → 3.10.7, -9.1 KiB firefox: 147.0 → 147.0.1 firefox-unwrapped: 147.0 → 147.0.1, +1586.6 KiB flatpak: 1.16.1 → 1.16.2 flutter: 3.38.5 → 3.38.7, +146.7 KiB flutter-artifacts-android-x86_64: +11.0 KiB flutter-artifacts-web-x86_64: +8.9 KiB flutter-tools: 3.38.5 → 3.38.7 flutter-wrapped: 3.38.5, 3.38.5-sdk → 3.38.7, 3.38.7-sdk gemini-cli-bin: 0.22.5 → 0.24.4, +620.1 KiB home-configuration-reference: +129.1 KiB kguiaddons: 6.22.0 → 6.22.1 libgsf: 1.14.54 → 1.14.55 libplasma: +14.4 KiB libwacom: -63.3 KiB lld: 19.0.0 → 20.0.0, +2230.3 KiB llvm: 19.0.0, 19.0.0-rocm → 20.0.0, 20.0.0-rocm, +9483.8 KiB llvm-binutils: 19.0.0 → 20.0.0 llvm-binutils-wrapper: 19.0.0 → 20.0.0 lua-language-server: 3.16.1 → 3.17.0, +81.5 KiB nix: 2.31.2+2 → 2.31.3 nix-cmd: 2.31.2+2 → 2.31.3 nix-expr: 2.31.2+2 → 2.31.3, +12.5 KiB nix-fetchers: 2.31.2+2 → 2.31.3 nix-flake: 2.31.2+2 → 2.31.3 nix-main: 2.31.2+2 → 2.31.3 nix-store: 2.31.2+2 → 2.31.3 nix-util: 2.31.2+2 → 2.31.3 nixos-system-dos: 26.05.20260116.e4bae1b → 26.05.20260120.80e4adb onnxruntime: 1.22.2 → 1.23.2, +3481.2 KiB opencode: 1.1.23 → 1.1.25, +66.7 KiB openmp: 19.0.0 → 20.0.0 protobuf: +18479.5 KiB python3: -220.3 KiB python3.13-libevdev: 0.12 → ∅, -261.0 KiB python3.13-pyudev: 0.24.3 → ∅, -527.7 KiB python3.13-six: 1.17.0 → ∅, -122.6 KiB rocm: -184.1 KiB rocm-comgr: 19.0.0 → 20.0.0, -2184.0 KiB rocm-core: 6.4.3 → 7.0.2 rocm-device-libs: 19.0.0 → 20.0.0, +43.3 KiB rocm-runtime: 6.4.3 → 7.0.2 rocminfo: 6.4.3 → 7.0.2 ruff: 0.14.11 → 0.14.13, +271.6 KiB rust-analyzer: 2026-01-05 → 2026-01-12 rust-analyzer-unwrapped: 2026-01-05 → 2026-01-12, +139.0 KiB sing-box: 1.12.16 → 1.12.17, +39.2 KiB source: +728.8 KiB udisks: 2.10.2 → 2.11.0, +373.3 KiB vimplugin-mini.nvim: 0.17.0-unstable-2026-01-10 → 0.17.0-unstable-2026-01-16, +9.8 KiB wireshark-cli: 4.6.2 → 4.6.3, +71.2 KiB x86_energy_perf_policy: 6.12.65 → 6.12.66 xapp-symbolic-icons: 1.0.8 → 1.0.9, +10.2 KiB
63 lines
1.9 KiB
Nix
63 lines
1.9 KiB
Nix
{
|
|
# -------------------- Hardware --------------------
|
|
# See: https://github.com/blueman-project/blueman
|
|
Bluetooth = true;
|
|
|
|
# See: https://nixos.wiki/wiki/AMD_GPU
|
|
GPU-AMD = true;
|
|
|
|
# See: https://nixos.wiki/wiki/Nvidia
|
|
GPU-Nvidia = false;
|
|
|
|
# See: https://nixos.wiki/wiki/Intel_Graphics
|
|
GPU-Intel = false;
|
|
|
|
# See: https://github.com/linrunner/TLP
|
|
Power-control = "TLP"; ## Possible options: PPD ; TLP
|
|
|
|
# -------------------- System --------------------
|
|
# See https://nixos.wiki/wiki/Bootloader
|
|
# See: https://search.nixos.org/options?show=boot.loader.grub.mirroredBoots
|
|
BootLoader = "systemd-boot"; ## Possible options: grub ; grub-mirror ; systemd-boot
|
|
|
|
# See: https://search.nixos.org/options?show=boot.kernelPackages
|
|
# See: https://www.nyx.chaotic.cx/#using-sched-ext-schedulers
|
|
KernelPackages = "linuxPackages_lqx";
|
|
|
|
# See: https://mynixos.com/nixpkgs/option/system.stateVersion
|
|
StateVersion = "26.05";
|
|
|
|
# See: https://docs.moodle.org/405/en/Table_of_locales
|
|
Locale = "en_US.UTF-8";
|
|
|
|
# See: https://en.wikipedia.org/wiki/Keyboard_layout
|
|
KeyboardLayout = "us";
|
|
|
|
# See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
|
TimeZone = "Asia/Singapore";
|
|
|
|
# -------------------- Display --------------------
|
|
WM = "niri"; ## Options: "Hyprland" | "niri" | "sway"
|
|
|
|
# See: https://wiki.hyprland.org/Configuring/XWayland/#hidpi-xwayland
|
|
# See: https://github.com/swaywm/sway/wiki#hidpi
|
|
ScaleLevel = "1";
|
|
|
|
# See: https://github.com/swaywm/sway/wiki#display-configuration
|
|
OutputSettings = "output * scale 1";
|
|
|
|
# See: https://wiki.hyprland.org/Configuring/Monitors
|
|
MonitorSettings = "
|
|
monitor=eDP-1, 2560x1600@165, 0x0, 1.25
|
|
monitor=DP-1, 2560x1440@144, 2560x0, 1.25
|
|
";
|
|
|
|
# -------------------- Software --------------------
|
|
# See: https://sing-box.sagernet.org
|
|
SingBox = true;
|
|
|
|
# See: https://github.com/qemu/qemu
|
|
# See: https://github.com/virt-manager/virt-manager
|
|
QEMU-VM-Use-Case = true;
|
|
}
|