davinci
This commit is contained in:
parent
82859fa2a1
commit
f754fccd79
2 changed files with 8 additions and 3 deletions
|
|
@ -6,6 +6,7 @@
|
|||
...
|
||||
}: {
|
||||
users.users.tao.packages = with pkgs; [
|
||||
davinci-resolve
|
||||
nufmt
|
||||
freerdp
|
||||
nixos-anywhere
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ alias t = task
|
|||
alias zl = zellij
|
||||
alias snapper = snapper -c home
|
||||
alias quiet = sudo ectool fanduty 42
|
||||
alias loud = sudo ectool autofanctl
|
||||
alias loud = sudo ectool autofanctrl
|
||||
alias jd = jj diff
|
||||
alias jc = jj desc
|
||||
alias js = jj status
|
||||
|
|
@ -47,8 +47,12 @@ def ns [package] {
|
|||
def nr [package] {
|
||||
nix search nixpkgs $package
|
||||
}
|
||||
def rebuild [subcommand] {
|
||||
sudo nice -n19 nixos-rebuild $subcommand --flake /home/tao/projects/NOflake/ --impure --verbose
|
||||
def rebuild [--no-builders (-n), subcommand] {
|
||||
if $no_builders {
|
||||
sudo nice -n19 nixos-rebuild $subcommand --builders "" --flake /home/tao/projects/NOflake/ --impure --verbose
|
||||
} else {
|
||||
sudo nice -n19 nixos-rebuild $subcommand --flake /home/tao/projects/NOflake/ --impure --verbose
|
||||
}
|
||||
}
|
||||
# def post-rebuild [] {
|
||||
# # rm -r ~/.config/helix/runtime/grammars/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue