From e54fa1d0e91abc1c8cac223c79bddc34729c2e3e Mon Sep 17 00:00:00 2001 From: tdback Date: Tue, 7 Jan 2025 22:08:48 -0500 Subject: feat: try out cosmic on the desktop --- users/tdback/desktop.nix | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'users/tdback') diff --git a/users/tdback/desktop.nix b/users/tdback/desktop.nix index 6f0da18..7b47c94 100644 --- a/users/tdback/desktop.nix +++ b/users/tdback/desktop.nix @@ -18,36 +18,36 @@ let in { imports = [ - ./modules/alacritty - ./modules/dunst + #./modules/alacritty + #./modules/dunst ./modules/email ./modules/firefox ./modules/irc ./modules/mpd ./modules/ncmpcpp ./modules/neomutt - ./modules/polybar - ./modules/rofi + #./modules/polybar + #./modules/rofi ./modules/tmux - ./modules/x11 + #./modules/x11 ]; home.packages = with pkgs.unstable; [ clang - feh + #feh (ffmpeg.override { withXcb = true; }) - flameshot + #flameshot gimp gitu - mpc-cli + #mpc-cli mpv - pavucontrol - pamixer + #pavucontrol + #pamixer pciutils signal-desktop - sxiv + #sxiv tidal-dl - xclip + #xclip yt-dlp zathura ]; -- cgit v1.2.3