From c165a8a6c306b8c527c827e2295a0b246a121681 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 11 Jan 2024 10:29:51 +0100 Subject: update lindy & switch to sway --- nixos/wayfire.nix | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) (limited to 'nixos/wayfire.nix') 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 ]; } -- cgit v1.2.3