slowly making niri a better session

This commit is contained in:
William 2025-06-01 15:46:05 -03:00
parent 4b17075968
commit 58c5ddd075
2 changed files with 6 additions and 7 deletions

View file

@ -18,13 +18,6 @@
# Workstation specific configuration
(lib.mkIf hostType.isWorkstation {
services = {
displayManager.sddm = {
enable = true;
wayland = {
enable = true;
compositor = "kwin";
};
};
pipewire = {
enable = true;
alsa.enable = true;
@ -33,11 +26,16 @@
jack.enable = true;
wireplumber.enable = true;
};
greetd = {
enable = true;
settings.default_session.command = "${pkgs.greetd.tuigreet}/bin/tuigreet --remember --asterisks --time";
};
};
programs.niri.enable = true;
environment.systemPackages = with pkgs; [
anyrun
foot
gsettings-desktop-schemas
swaybg
swww
xwayland-satellite

View file

@ -47,6 +47,7 @@
environment.systemPackages = with pkgs; [
### Dev Tools ###
bat
code-cursor
deploy-rs
fd
fzf