1 files changed, 7 insertions, 6 deletions
diff --git a/host/Arc/optional/gui/wayland.nix b/host/Arc/optional/gui/wayland.nix
index 0d8682b..f3bc56d 100644
--- a/host/Arc/optional/gui/wayland.nix
+++ b/host/Arc/optional/gui/wayland.nix
@@ -35,12 +35,12 @@
# ];
#};
- programs.hyprland = {
- enable = true;
- package = hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
- };
+# programs.hyprland = {
+# enable = true;
+# package = hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
+# };
- programs.hyprlock.enable = true;
+# programs.hyprlock.enable = true;
environment.systemPackages = with pkgs; [
wmenu
@@ -48,7 +48,8 @@
wl-clipboard
grim
slurp
- #easyeffects
+ easyeffects
+ virt-viewer
keepassxc
networkmanagerapplet
];
|