Not in home manager though

This commit is contained in:
Lillian Violet 2024-01-29 17:59:34 +01:00
parent 96377ea434
commit 78f9c38b8f
2 changed files with 3 additions and 3 deletions

View file

@ -85,7 +85,6 @@
sops
virtualbox
watchmate
waydroid
qbittorrent
zsh
@ -95,8 +94,6 @@
ungoogled-chromium
];
virtualisation.waydroid.enable = true;
programs.vscode = {
enable = true;
package = pkgs.vscodium;

View file

@ -76,6 +76,7 @@
pciutils
rsync
wget
waydroid
zsh
# KDE/QT
@ -99,6 +100,8 @@
noisetorch
];
virtualisation.waydroid.enable = true;
programs.direnv = {
enable = true;
};