Skip to content

Commit 94cce65

Browse files
committed
fix
1 parent 4012c42 commit 94cce65

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

home/linux/gui/custom/custom.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# vimb
5757

5858
# --agent
59-
protonvpn-cli_2
59+
protonvpn-gui
6060
# clash-nyanpasu
6161
# nekoray_patched
6262
nekoray
@@ -65,7 +65,7 @@
6565
wgcf
6666

6767
# --Office
68-
onlyoffice-bin
68+
onlyoffice-desktopeditors
6969
libreoffice
7070
mdp
7171
slides

modules/nixos/desktop/gaming.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ in
2323
aagl.nixosModules.default
2424

2525
# Linyaps
26-
linyaps-flake.nixosModules.linyaps
26+
# linyaps-flake.nixosModules.linyaps
2727
];
2828

2929
options.modules.desktop = {

modules/nixos/desktop/virtualisation.nix

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,6 @@
8282
qemu = {
8383
runAsRoot = true;
8484
swtpm.enable = true;
85-
ovmf.enable = true;
86-
ovmf.packages = [
87-
(pkgs-latest.OVMFFull.override {
88-
secureBoot = true;
89-
tpmSupport = true;
90-
}).fd
91-
];
9285
};
9386
};
9487
spiceUSBRedirection.enable = true;

0 commit comments

Comments
 (0)