forked from colonelpanic/dotfiles
[NixOS] Enable kbfs filesystem
This commit is contained in:
parent
444acff526
commit
45f1b865f4
@ -1,12 +0,0 @@
|
||||
[Unit]
|
||||
Description=Keybase
|
||||
Wants=taffybar.service
|
||||
After=taffybar.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/bin/env run_keybase
|
||||
PIDFile=$XDG_RUNTIME_DIR/keybase/keybased.pid
|
||||
|
||||
[Install]
|
||||
WantedBy=wm.target
|
@ -229,6 +229,7 @@ in
|
||||
userServices = true;
|
||||
};
|
||||
};
|
||||
services.kbfs.enable = true;
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user