feat: add swaync, spotify, keyring

This commit is contained in:
Jacob Bachmann 2023-09-19 18:13:53 +02:00
parent 8f1e1ea06e
commit 4879c8321f
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
14 changed files with 561 additions and 4 deletions

View file

@ -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";
}