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:
parent
95c2b8dc01
commit
93dd6b031e
4 changed files with 205 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue