Switch to exwm on laptop

This commit is contained in:
Curt Spark 2024-12-12 19:43:21 +00:00
parent 42df6e291a
commit b3a8957b1e
4 changed files with 10 additions and 2 deletions

View File

@ -12,6 +12,7 @@
./../../modules/nixos/cspark-desktop-gnome/module.nix
./../../modules/nixos/cspark-desktop-sway/module.nix
./../../modules/nixos/cspark-desktop-niri/module.nix
./../../modules/nixos/cspark-desktop-exwm/module.nix
inputs.home-manager.nixosModules.default
];
@ -29,7 +30,8 @@
# cspark-desktop-plasma.enable = true;
# cspark-desktop-gnome.enable = true;
# cspark-desktop-sway.enable = true;
cspark-desktop-niri.enable = true;
# cspark-desktop-niri.enable = true;
cspark-desktop-exwm.enable = true;
# Home Manager Configuration
home-manager = {

View File

@ -9,6 +9,7 @@
./../../modules/nixos/cspark-desktop-gnome/home.nix
./../../modules/nixos/cspark-desktop-sway/home.nix
./../../modules/nixos/cspark-desktop-niri/home.nix
./../../modules/nixos/cspark-desktop-exwm/home.nix
];
# KDE Connect
@ -19,7 +20,8 @@
# cspark-desktop-plasma-config-1.enable = true;
# cspark-desktop-gnome-config-1.enable = true;
# cspark-desktop-sway-config-1.enable = true;
cspark-desktop-niri-config-1.enable = true;
# cspark-desktop-niri-config-1.enable = true;
cspark-desktop-exwm-config-1.enable = true;
# Home Manager is pretty good at managing dotfiles. The primary way to manage
# plain files is through 'home.file'.

View File

@ -132,6 +132,7 @@ fi
protonmail-desktop
ripgrep
fzf
yazi
ncdu

View File

@ -31,6 +31,9 @@ in
emacs-gtk
light # GNU/Linux application to control backlights
udiskie # Automounting drives
dunst # Notification daemon
lxqt.pcmanfm-qt # File Manager
lxqt.lxqt-archiver # Archiver
qt6Packages.qt6ct # Manage QT6 Themes