Not in home manager though
This commit is contained in:
parent
cb8777ef9b
commit
61aff3b929
|
@ -85,7 +85,6 @@
|
||||||
sops
|
sops
|
||||||
virtualbox
|
virtualbox
|
||||||
watchmate
|
watchmate
|
||||||
waydroid
|
|
||||||
qbittorrent
|
qbittorrent
|
||||||
zsh
|
zsh
|
||||||
|
|
||||||
|
@ -95,8 +94,6 @@
|
||||||
ungoogled-chromium
|
ungoogled-chromium
|
||||||
];
|
];
|
||||||
|
|
||||||
virtualisation.waydroid.enable = true;
|
|
||||||
|
|
||||||
programs.vscode = {
|
programs.vscode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.vscodium;
|
package = pkgs.vscodium;
|
||||||
|
|
|
@ -76,6 +76,7 @@
|
||||||
pciutils
|
pciutils
|
||||||
rsync
|
rsync
|
||||||
wget
|
wget
|
||||||
|
waydroid
|
||||||
zsh
|
zsh
|
||||||
|
|
||||||
# KDE/QT
|
# KDE/QT
|
||||||
|
@ -99,6 +100,8 @@
|
||||||
noisetorch
|
noisetorch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
virtualisation.waydroid.enable = true;
|
||||||
|
|
||||||
programs.direnv = {
|
programs.direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue