diff options
author | tdback <tyler@tdback.net> | 2025-01-23 21:20:24 -0500 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2025-01-23 21:20:24 -0500 |
commit | ebd0ac7a3aa6c681b6317da24b72d64962913f79 (patch) | |
tree | e93bf069c70efc0ca5903ade55fba09cab6eeaf7 /users/tdback/desktop.nix | |
parent | 522ca13e808d4f38ca8422138d2f4092923fc12a (diff) |
Move display server back to xorg
Diffstat (limited to 'users/tdback/desktop.nix')
-rw-r--r-- | users/tdback/desktop.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/users/tdback/desktop.nix b/users/tdback/desktop.nix index 33950ca..1a2e1a3 100644 --- a/users/tdback/desktop.nix +++ b/users/tdback/desktop.nix @@ -28,16 +28,21 @@ let in { imports = [ + ./modules/alacritty + ./modules/dunst ./modules/email ./modules/firefox - ./modules/irc ./modules/mpd ./modules/ncmpcpp + ./modules/polybar + ./modules/rofi ./modules/tmux + ./modules/xorg ]; home.packages = with pkgs.unstable; [ clang + feh gimp gitu mpv |