chore(tazjin/tverskoy): Enable SSH agent, Spotify, mullvad, ...
Just a few more missing things. Change-Id: I54b633296d91c6f8dce72d900d7d38b8af4ae419 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2625 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
07d99a30e2
commit
db20dce4f9
1 changed files with 6 additions and 0 deletions
|
@ -122,6 +122,7 @@ in lib.fix(self: {
|
|||
};
|
||||
|
||||
security.rtkit.enable = true;
|
||||
|
||||
services = {
|
||||
pipewire = {
|
||||
enable = true;
|
||||
|
@ -131,6 +132,7 @@ in lib.fix(self: {
|
|||
|
||||
redshift.enable = true;
|
||||
blueman.enable = true;
|
||||
mullvad-vpn.enable = true;
|
||||
|
||||
xserver = {
|
||||
enable = true;
|
||||
|
@ -172,7 +174,9 @@ in lib.fix(self: {
|
|||
};
|
||||
|
||||
programs = {
|
||||
fish.enable = true;
|
||||
light.enable = true;
|
||||
ssh.startAgent = true;
|
||||
|
||||
# Required by impermanence
|
||||
fuse.userAllowOther = true;
|
||||
|
@ -207,6 +211,7 @@ in lib.fix(self: {
|
|||
jq
|
||||
manpages
|
||||
msmtp
|
||||
mullvad-vpn
|
||||
networkmanagerapplet
|
||||
nix-prefetch-github
|
||||
notmuch
|
||||
|
@ -222,6 +227,7 @@ in lib.fix(self: {
|
|||
rustup
|
||||
screen
|
||||
scrot
|
||||
spotify
|
||||
tokei
|
||||
tree
|
||||
vlc
|
||||
|
|
Loading…
Reference in a new issue