Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5afd365d96 | ||
|
|
a8701061ff |
@@ -42,6 +42,7 @@ in
|
||||
pkgs.jnv # interactive jq filter builder (jq itself stays for scripts)
|
||||
pkgs.hexyl # hex viewer
|
||||
pkgs.fq # jq for binary formats
|
||||
pkgs.p7zip
|
||||
];
|
||||
|
||||
# tldr pages: worked examples for a command, next to (not instead of) man.
|
||||
|
||||
@@ -244,5 +244,17 @@ in
|
||||
pkgs.dualsensectl # DualSense LED/battery/mic control from the shell
|
||||
pkgs.mangohud # FPS/frametime overlay; use `mangohud %command%` in Steam
|
||||
pkgs.vulkan-tools # vulkaninfo, for checking the 32/64-bit ICDs Proton needs
|
||||
pkgs.cifs-utils
|
||||
];
|
||||
fileSystems."/mnt/share" = {
|
||||
device = "//fs-01.inf.cbg.emmaisvery.gay/torrent";
|
||||
fsType = "cifs";
|
||||
options =
|
||||
let
|
||||
# this line prevents hanging on network split
|
||||
automount_opts = "x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s";
|
||||
|
||||
in
|
||||
[ "${automount_opts},credentials=/etc/nixos/smb-secrets,uid=1000,gid=100" ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -48,6 +48,8 @@
|
||||
fastfetch
|
||||
];
|
||||
|
||||
services.gvfs.enable = true;
|
||||
|
||||
# Fonts on every host. The Nerd Font carries the powerline/Nerd glyphs the
|
||||
# tmux statusline uses (foot names it explicitly in home/sway.nix); Noto sans +
|
||||
# colour emoji prevent tofu in terminals/TUIs/Firefox -- important on the WSL
|
||||
|
||||
Reference in New Issue
Block a user