slowly making niri a better session
This commit is contained in:
parent
4b17075968
commit
58c5ddd075
2 changed files with 6 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue