i got bored, so i am trying out niri on my steam deck slowly but surely. It is more than likely i will go back to kde but it is worth a go.

This commit is contained in:
alyx 2025-07-06 20:02:57 +01:00
parent 95c2b8dc01
commit 93dd6b031e
No known key found for this signature in database
4 changed files with 205 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, lib, ... }:
{ config, pkgs, lib, inputs, ... }:
{
imports =
@ -33,7 +33,7 @@
jovian.steam.autoStart = true;
jovian.steam.enable = true;
jovian.steam.user = "alyx";
jovian.steam.desktopSession = "plasma";
jovian.steam.desktopSession = "niri";
jovian.devices.steamdeck.autoUpdate = true;
jovian.decky-loader.enable = true;
@ -42,6 +42,10 @@
security.sudo.package = pkgs.sudo.override { withInsults = true; };
programs = {
niri = {
enable = true;
package = inputs.niri.packages.${pkgs.stdenv.hostPlatform.system}.niri-unstable;
};
adb.enable = true;
flashrom.enable = true;
nix-ld.enable = true;
@ -166,6 +170,7 @@
cbfstool
git
keepassxc
inputs.niri.packages.${pkgs.stdenv.hostPlatform.system}.xwayland-satellite-stable
pulseaudio
steamdeck-firmware
jupiter-dock-updater-bin