Compare commits
2 commits
ddbfeee06a
...
ab6822a304
| Author | SHA1 | Date | |
|---|---|---|---|
| ab6822a304 | |||
| ae1d795762 |
2 changed files with 2 additions and 0 deletions
1
env.nu
1
env.nu
|
|
@ -77,6 +77,7 @@ alias lzd = lazydocker
|
||||||
alias comp = docker compose
|
alias comp = docker compose
|
||||||
alias cat = bat
|
alias cat = bat
|
||||||
alias nenter = nix-shell ./shell.nix
|
alias nenter = nix-shell ./shell.nix
|
||||||
|
alias fulldust = sudo dust / -X /storage -X /windows
|
||||||
|
|
||||||
$env.PNPM_HOME = "~/.local/share/pnpm" | path expand
|
$env.PNPM_HOME = "~/.local/share/pnpm" | path expand
|
||||||
$env.PATH = ($env.PATH | append $env.PNPM_HOME)
|
$env.PATH = ($env.PATH | append $env.PNPM_HOME)
|
||||||
1
home.nix
1
home.nix
|
|
@ -35,6 +35,7 @@ in
|
||||||
lazydocker
|
lazydocker
|
||||||
nix-alien
|
nix-alien
|
||||||
file
|
file
|
||||||
|
unzip
|
||||||
];
|
];
|
||||||
|
|
||||||
# Fix duplicate brave entry in gnome apps
|
# Fix duplicate brave entry in gnome apps
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue