This commit is contained in:
Tao Tien 2024-04-19 13:12:45 -07:00
parent 997400e171
commit 635600ace2
4 changed files with 8 additions and 7 deletions

View file

@ -29,6 +29,7 @@
{ {
hostName = "nocomputer"; hostName = "nocomputer";
systems = ["x86_64-linux"]; systems = ["x86_64-linux"];
supportedFeatures = ["big-parallel"];
} }
]; ];
nix.extraOptions = '' nix.extraOptions = ''

View file

@ -14,9 +14,9 @@ in {
# ./firefox.nix # ./firefox.nix
]; ];
home.sessionPath = [ # home.sessionPath = [
"$HOME/.cargo/bin" # "/home/tao/.cargo/bin"
]; # ];
home.file.".cargo/config.toml".text = cargoConfig; home.file.".cargo/config.toml".text = cargoConfig;
home.file.".config/autostart" = { home.file.".config/autostart" = {
source = ./autostart; source = ./autostart;

View file

@ -79,4 +79,4 @@ $env.NU_PLUGIN_DIRS = [
] ]
# To add entries to PATH (on Windows you might use Path), you can use the following pattern: # To add entries to PATH (on Windows you might use Path), you can use the following pattern:
# $env.PATH = ($env.PATH | split row (char esep) | prepend '/some/path') $env.PATH = ($env.PATH | split row (char esep) | prepend '/home/tao/.cargo/bin')

View file

@ -5,7 +5,7 @@ def bump [] {
jj new -m "bump"; jj new -m "bump";
nix flake update; nix flake update;
rc2nix | save -f /home/tao/projects/NOflake/users/tao/plasma.nix; rc2nix | save -f /home/tao/projects/NOflake/users/tao/plasma.nix;
sudo nixos-rebuild --flake /home/tao/projects/NOflake/ boot --impure; sudo nixos-rebuild --flake /home/tao/projects/NOflake/ boot --impure --verbose;
}; };
alias b = btm; alias b = btm;
alias cringe = sudo bootctl set-oneshot auto-windows alias cringe = sudo bootctl set-oneshot auto-windows
@ -15,8 +15,8 @@ alias gc = sudo nix-collect-garbage -d
alias js = jj status alias js = jj status
alias jd = jj diff alias jd = jj diff
alias pu = pueue alias pu = pueue
alias rb = sudo nice -n19 nixos-rebuild boot --flake . --impure alias rb = sudo nice -n19 nixos-rebuild boot --flake . --impure --verbose
alias rs = sudo nice -n19 nixos-rebuild switch --flake . --impure alias rs = sudo nice -n19 nixos-rebuild switch --flake . --impure --verbose
alias t = task alias t = task
alias ts = tailscale alias ts = tailscale
alias tss = tailscale status alias tss = tailscale status