This commit is contained in:
Tao Tien 2023-10-30 14:10:57 -07:00
parent 3776e21783
commit 2c4cadf8cc
7 changed files with 79 additions and 42 deletions

View file

@ -24,7 +24,6 @@
keepassxc
libsForQt5.kcharselect
libsForQt5.kdeconnect-kde
mosh
obs-studio
ocs-url
onlyoffice-bin
@ -51,7 +50,9 @@
thunderbird
birdtray
syncthingtray
unstable.pandoc
];
programs.mosh.enable = true;
environment.shells = with pkgs; [ unstable.nushell ];
# services.expressvpn.enable = true;
@ -74,7 +75,7 @@
users.users.tao = {
isNormalUser = true;
extraGroups = [ "wheel" "libvirtd" "dialout" "scanner" "lp" ];
extraGroups = [ "video" "wheel" "libvirtd" "dialout" "scanner" "lp" ];
shell = pkgs.unstable.nushell;
};