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
|
# Workstation specific configuration
|
||||||
(lib.mkIf hostType.isWorkstation {
|
(lib.mkIf hostType.isWorkstation {
|
||||||
services = {
|
services = {
|
||||||
displayManager.sddm = {
|
|
||||||
enable = true;
|
|
||||||
wayland = {
|
|
||||||
enable = true;
|
|
||||||
compositor = "kwin";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
pipewire = {
|
pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
|
|
@ -33,11 +26,16 @@
|
||||||
jack.enable = true;
|
jack.enable = true;
|
||||||
wireplumber.enable = true;
|
wireplumber.enable = true;
|
||||||
};
|
};
|
||||||
|
greetd = {
|
||||||
|
enable = true;
|
||||||
|
settings.default_session.command = "${pkgs.greetd.tuigreet}/bin/tuigreet --remember --asterisks --time";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
programs.niri.enable = true;
|
programs.niri.enable = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
anyrun
|
anyrun
|
||||||
foot
|
foot
|
||||||
|
gsettings-desktop-schemas
|
||||||
swaybg
|
swaybg
|
||||||
swww
|
swww
|
||||||
xwayland-satellite
|
xwayland-satellite
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,7 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
### Dev Tools ###
|
### Dev Tools ###
|
||||||
bat
|
bat
|
||||||
|
code-cursor
|
||||||
deploy-rs
|
deploy-rs
|
||||||
fd
|
fd
|
||||||
fzf
|
fzf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue