This commit is contained in:
Tao Tien 2024-03-15 14:41:13 -07:00
parent acae27684e
commit cb9b393cf0
3 changed files with 21 additions and 19 deletions

View file

@ -26,16 +26,16 @@
what = "//100.97.47.81/everything"; what = "//100.97.47.81/everything";
where = "/mnt/uwuraid/everything"; where = "/mnt/uwuraid/everything";
}) })
(opts # (opts
// { # // {
what = "//100.97.47.81/games"; # what = "//100.97.47.81/games";
where = "/mnt/uwuraid/games"; # where = "/mnt/uwuraid/games";
}) # })
(opts # (opts
// { # // {
what = "//100.97.47.81/isos"; # what = "//100.97.47.81/isos";
where = "/mnt/uwuraid/isos"; # where = "/mnt/uwuraid/isos";
}) # })
# (opts // { what = "//100.97.47.81/jellyfin"; where = "/mnt/uwuraid/jellyfin"; }) # (opts // { what = "//100.97.47.81/jellyfin"; where = "/mnt/uwuraid/jellyfin"; })
(opts (opts
// { // {
@ -57,11 +57,11 @@
what = "//100.97.47.81/syncthing"; what = "//100.97.47.81/syncthing";
where = "/mnt/uwuraid/syncthing"; where = "/mnt/uwuraid/syncthing";
}) })
(opts # (opts
// { # // {
what = "//100.97.47.81/television"; # what = "//100.97.47.81/television";
where = "/mnt/uwuraid/television"; # where = "/mnt/uwuraid/television";
}) # })
]; ];
systemd.automounts = let systemd.automounts = let
opts = { opts = {
@ -73,13 +73,13 @@
# (opts // {where = "/mnt/uwuraid/appdata";}) # (opts // {where = "/mnt/uwuraid/appdata";})
(opts // {where = "/mnt/uwuraid/backup";}) (opts // {where = "/mnt/uwuraid/backup";})
(opts // {where = "/mnt/uwuraid/everything";}) (opts // {where = "/mnt/uwuraid/everything";})
(opts // {where = "/mnt/uwuraid/games";}) # (opts // {where = "/mnt/uwuraid/games";})
(opts // {where = "/mnt/uwuraid/isos";}) # (opts // {where = "/mnt/uwuraid/isos";})
# (opts // { where = "/mnt/uwuraid/jellyfin"; }) # (opts // { where = "/mnt/uwuraid/jellyfin"; })
(opts // {where = "/mnt/uwuraid/movies";}) (opts // {where = "/mnt/uwuraid/movies";})
(opts // {where = "/mnt/uwuraid/music";}) (opts // {where = "/mnt/uwuraid/music";})
(opts // {where = "/mnt/uwuraid/photos";}) (opts // {where = "/mnt/uwuraid/photos";})
(opts // {where = "/mnt/uwuraid/syncthing";}) (opts // {where = "/mnt/uwuraid/syncthing";})
(opts // {where = "/mnt/uwuraid/television";}) # (opts // {where = "/mnt/uwuraid/television";})
]; ];
} }

View file

@ -4,6 +4,8 @@ alias cringe = sudo bootctl set-oneshot auto-windows
alias fetch = macchina alias fetch = macchina
alias ff = firefox alias ff = firefox
alias gc = sudo nix-collect-garbage -d alias gc = sudo nix-collect-garbage -d
alias js = jj status
alias jd = jj diff
alias pu = pueue alias pu = pueue
alias rb = sudo nixos-rebuild boot --flake ~/Projects/NOflake/ alias rb = sudo nixos-rebuild boot --flake ~/Projects/NOflake/
alias rs = sudo nixos-rebuild switch --flake ~/Projects/NOflake/ alias rs = sudo nixos-rebuild switch --flake ~/Projects/NOflake/

View file

@ -1,7 +1,7 @@
local wezterm = require 'wezterm'; local wezterm = require 'wezterm';
local config = { local config = {
font = wezterm.font 'FiraCode Nerd Font', font = wezterm.font 'FiraCode Nerd Font',
color_scheme = "Dracula", color_scheme = 'Dracula',
warn_about_missing_glyphs = true, warn_about_missing_glyphs = true,
check_for_updates = false, check_for_updates = false,
hide_tab_bar_if_only_one_tab = true, hide_tab_bar_if_only_one_tab = true,