From cb9b393cf098d5331c7f5ac6f4c4e091eaac32f1 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Fri, 15 Mar 2024 14:41:13 -0700 Subject: [PATCH] config --- extras/uwuraid.nix | 36 ++++++++++++++++++------------------ users/tao/nushell/stuff.nu | 2 ++ users/tao/wezterm.lua | 2 +- 3 files changed, 21 insertions(+), 19 deletions(-) diff --git a/extras/uwuraid.nix b/extras/uwuraid.nix index 13e813d..50d69ad 100644 --- a/extras/uwuraid.nix +++ b/extras/uwuraid.nix @@ -26,16 +26,16 @@ what = "//100.97.47.81/everything"; where = "/mnt/uwuraid/everything"; }) - (opts - // { - what = "//100.97.47.81/games"; - where = "/mnt/uwuraid/games"; - }) - (opts - // { - what = "//100.97.47.81/isos"; - where = "/mnt/uwuraid/isos"; - }) + # (opts + # // { + # what = "//100.97.47.81/games"; + # where = "/mnt/uwuraid/games"; + # }) + # (opts + # // { + # what = "//100.97.47.81/isos"; + # where = "/mnt/uwuraid/isos"; + # }) # (opts // { what = "//100.97.47.81/jellyfin"; where = "/mnt/uwuraid/jellyfin"; }) (opts // { @@ -57,11 +57,11 @@ what = "//100.97.47.81/syncthing"; where = "/mnt/uwuraid/syncthing"; }) - (opts - // { - what = "//100.97.47.81/television"; - where = "/mnt/uwuraid/television"; - }) + # (opts + # // { + # what = "//100.97.47.81/television"; + # where = "/mnt/uwuraid/television"; + # }) ]; systemd.automounts = let opts = { @@ -73,13 +73,13 @@ # (opts // {where = "/mnt/uwuraid/appdata";}) (opts // {where = "/mnt/uwuraid/backup";}) (opts // {where = "/mnt/uwuraid/everything";}) - (opts // {where = "/mnt/uwuraid/games";}) - (opts // {where = "/mnt/uwuraid/isos";}) + # (opts // {where = "/mnt/uwuraid/games";}) + # (opts // {where = "/mnt/uwuraid/isos";}) # (opts // { where = "/mnt/uwuraid/jellyfin"; }) (opts // {where = "/mnt/uwuraid/movies";}) (opts // {where = "/mnt/uwuraid/music";}) (opts // {where = "/mnt/uwuraid/photos";}) (opts // {where = "/mnt/uwuraid/syncthing";}) - (opts // {where = "/mnt/uwuraid/television";}) + # (opts // {where = "/mnt/uwuraid/television";}) ]; } diff --git a/users/tao/nushell/stuff.nu b/users/tao/nushell/stuff.nu index 05d699d..f6b3f05 100644 --- a/users/tao/nushell/stuff.nu +++ b/users/tao/nushell/stuff.nu @@ -4,6 +4,8 @@ alias cringe = sudo bootctl set-oneshot auto-windows alias fetch = macchina alias ff = firefox alias gc = sudo nix-collect-garbage -d +alias js = jj status +alias jd = jj diff alias pu = pueue alias rb = sudo nixos-rebuild boot --flake ~/Projects/NOflake/ alias rs = sudo nixos-rebuild switch --flake ~/Projects/NOflake/ diff --git a/users/tao/wezterm.lua b/users/tao/wezterm.lua index 5e1fec1..14f28a4 100644 --- a/users/tao/wezterm.lua +++ b/users/tao/wezterm.lua @@ -1,7 +1,7 @@ local wezterm = require 'wezterm'; local config = { font = wezterm.font 'FiraCode Nerd Font', - color_scheme = "Dracula", + color_scheme = 'Dracula', warn_about_missing_glyphs = true, check_for_updates = false, hide_tab_bar_if_only_one_tab = true,