feat: add swaync, spotify, keyring
This commit is contained in:
parent
8f1e1ea06e
commit
4879c8321f
14 changed files with 561 additions and 4 deletions
|
|
@ -13,4 +13,7 @@
|
|||
ta = "tmux attach";
|
||||
ngc = "sudo nix-collect-garbage -d";
|
||||
nec = "sudo -E nvim -u $HOME/.config/nvim/init.lua --cmd 'cd /etc/nixos'";
|
||||
ncc = "sudo nixos-rebuild switch --upgrade-all --flake /etc/nixos";
|
||||
nup = "sudo nix-channel --update && sudo nixos-rebuild switch --upgrade-all --flake /etc/nixos";
|
||||
spt = "spotify_player";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue