bunch of updates

This commit is contained in:
Anish Lakhwara
2025-11-14 15:09:33 -08:00
parent 7d9c921f21
commit 58513749d4
12 changed files with 143 additions and 34 deletions
+9 -6
View File
@@ -1,4 +1,4 @@
{ self, pkgs, config, ... }:
{ self, pkgs, config, lib, ... }:
{
imports = [
./configuration.nix
@@ -31,13 +31,16 @@
# theme = "motion";
# };
jovian.steam.enable = true;
jovian.devices.steamdeck.enable = true;
jovian.steam.user = "anish";
jovian.steam.autoStart = true;
jovian.steam.desktopSession = "gnome";
# jovian.steam.enable = true;
# jovian.devices.steamdeck.enable = true;
# jovian.steam.user = "anish";
# jovian.steam.autoStart = true;
# jovian.steam.desktopSession = "gnome";
# jovian.steam.desktopSession = "none+bspwm";
# Disable lightdm from desktop profile
services.xserver.displayManager.lightdm.enable = lib.mkForce false;
# Install XR drivers
# environment.systemPackages = with pkgs; [
# xrlinuxdriver