summaryrefslogtreecommitdiff
path: root/nixos/wayfire.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/wayfire.nix')
-rw-r--r--nixos/wayfire.nix26
1 files changed, 12 insertions, 14 deletions
diff --git a/nixos/wayfire.nix b/nixos/wayfire.nix
index 772902d..10ae1f6 100644
--- a/nixos/wayfire.nix
+++ b/nixos/wayfire.nix
@@ -9,24 +9,22 @@
security.pam.services.swaylock = {};
environment.systemPackages = with pkgs; [
- wayfire-with-plugins
- wayfirePlugins.wcm
- wayfirePlugins.wf-shell
- waybar
- alacritty
- swaylock
+ # ---- wayfire ----
+ #wayfire-with-plugins
+ #wayfirePlugins.wcm
+ #wayfirePlugins.wf-shell
+ # ---- sway ----
swayfx
swaybg
- swayimg
bemenu
+ swayimg
- gnome.adwaita-icon-theme
-
- gnome.nautilus
- gnome.eog
- gnome.gedit
- gnome.file-roller
- evince
+ # ---- common utils ----
+ xdg-desktop-portal-wlr
+ waybar
+ alacritty
+ swaylock
+ wdisplays
];
}