Switch to exwm on laptop
This commit is contained in:
parent
42df6e291a
commit
b3a8957b1e
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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'.
|
||||
|
|
|
|||
|
|
@ -132,6 +132,7 @@ fi
|
|||
protonmail-desktop
|
||||
|
||||
ripgrep
|
||||
fzf
|
||||
yazi
|
||||
ncdu
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue