diff options
author | tdback <tyler@tdback.net> | 2025-01-10 19:20:18 -0500 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2025-01-10 19:20:18 -0500 |
commit | b8e2eb59a2b84820719e5f6f334fbfbc05019c52 (patch) | |
tree | f34acba50e860961c7660a1021264613e9531ef1 /users/tdback/desktop.nix | |
parent | 91646e9d50a55e21141f98b4fb396296e22c052a (diff) |
feat: retire x11 and go full COSMIC/wayland on workstations
Diffstat (limited to 'users/tdback/desktop.nix')
-rw-r--r-- | users/tdback/desktop.nix | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/users/tdback/desktop.nix b/users/tdback/desktop.nix index 7b47c94..081487a 100644 --- a/users/tdback/desktop.nix +++ b/users/tdback/desktop.nix @@ -18,36 +18,23 @@ let in { imports = [ - #./modules/alacritty - #./modules/dunst ./modules/email ./modules/firefox ./modules/irc ./modules/mpd ./modules/ncmpcpp ./modules/neomutt - #./modules/polybar - #./modules/rofi ./modules/tmux - #./modules/x11 ]; home.packages = with pkgs.unstable; [ clang - #feh - (ffmpeg.override { withXcb = true; }) - #flameshot gimp gitu - #mpc-cli mpv - #pavucontrol - #pamixer pciutils signal-desktop - #sxiv tidal-dl - #xclip yt-dlp zathura ]; |