Not in home manager though
This commit is contained in:
parent
cb8777ef9b
commit
61aff3b929
|
@ -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;
|
||||
|
|
|
@ -76,6 +76,7 @@
|
|||
pciutils
|
||||
rsync
|
||||
wget
|
||||
waydroid
|
||||
zsh
|
||||
|
||||
# KDE/QT
|
||||
|
@ -99,6 +100,8 @@
|
|||
noisetorch
|
||||
];
|
||||
|
||||
virtualisation.waydroid.enable = true;
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue