diff --git a/systems/BASED.nix b/systems/BASED.nix index 63d7e17..37634db 100644 --- a/systems/BASED.nix +++ b/systems/BASED.nix @@ -32,9 +32,13 @@ wget zstd ]; - programs.firefox.enable = true; programs.partition-manager.enable = lib.mkDefault true; + programs.nh = { + enable = true; + }; + + programs.firefox.enable = true; programs.firefox.policies = { DisablePocket = true; PasswordManagerEnabled = false; diff --git a/systems/NOcomputer.nix b/systems/NOcomputer.nix index ec40274..2a962d8 100644 --- a/systems/NOcomputer.nix +++ b/systems/NOcomputer.nix @@ -67,7 +67,7 @@ fsType = "btrfs"; options = ["subvol=home_snaps/" "noatime" "compress-force=zstd:3" "discard=async"]; }; - fileSystems."/home/tao/Games" = { + fileSystems."/home/tao/games" = { device = "/dev/disk/by-uuid/eb9fcce2-e9f3-438a-b5ce-8f72f32f0e09"; fsType = "btrfs"; options = ["subvol=games" "nosuid" "nodev" "noatime" "compress-force=zstd:3" "users" "rw" "exec" "discard=async"]; diff --git a/systems/NOlaptop.nix b/systems/NOlaptop.nix index c70bf6a..96089ef 100644 --- a/systems/NOlaptop.nix +++ b/systems/NOlaptop.nix @@ -16,7 +16,6 @@ # ]; environment.systemPackages = with pkgs; [ - # fw-ectool framework-tool nvtopPackages.amd ]; @@ -63,6 +62,7 @@ AttrKeyboardIntegration=internal"; ''; boot.kernelPackages = pkgs.linuxPackages_latest; + # boot.kernelPackages = pkgs.linuxPackages_zen; boot.initrd.availableKernelModules = [ "nvme" "sd_mod" diff --git a/users/tao/nushell/stuff.sync-conflict-20240428-223135-34PB6X7.nu b/users/tao/nushell/stuff.sync-conflict-20240428-223135-34PB6X7.nu deleted file mode 100644 index 2a70b81..0000000 --- a/users/tao/nushell/stuff.sync-conflict-20240428-223135-34PB6X7.nu +++ /dev/null @@ -1,36 +0,0 @@ -source ~/.cache/starship/init.nu -source ~/.zoxide.nu - -def bump [] { - cd /home/tao/projects/NOflake/; - jj new -m "bump"; - nix flake update; - # rc2nix | save -f /home/tao/projects/NOflake/users/tao/plasma.nix; - sudo nixos-rebuild boot --flake /home/tao/projects/NOflake/ --impure --verbose; -}; - -def tse [exit_node] { - tailscale set --exit-node=$exit_node -} - -alias b = btm; -alias cringe = sudo bootctl set-oneshot auto-windows -alias fetch = neofetch -alias ff = firefox -alias gc = sudo nix-collect-garbage -d --verbose -alias js = jj status -alias jd = jj diff -alias pu = pueue -alias rb = sudo nice -n19 nixos-rebuild boot --flake . --impure --verbose -alias rs = sudo nice -n19 nixos-rebuild switch --flake . --impure --verbose -alias t = task -alias ts = tailscale -alias tss = tailscale status -alias tsx = tailscale exit-node list -alias zl = zellij - -def l [] { - ls | sort-by type -} - -task