mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-18 18:36:05 -07:00
use gdm by default for bulwark
This commit is contained in:
parent
f9452398e8
commit
93f080432d
@ -2,21 +2,14 @@
|
||||
{
|
||||
imports = [
|
||||
(jovian-nixos + "/modules")
|
||||
#home-manager.nixosModule
|
||||
];
|
||||
|
||||
jovian = {
|
||||
steam.desktopSession = "gnome";
|
||||
steam.enable = true;
|
||||
steam.autoStart = true;
|
||||
steam.user = "${user}";
|
||||
devices.steamdeck = {
|
||||
enable = true;
|
||||
devices.steamdeck.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Disable gdm (this is required for Jovian-NixOS)
|
||||
services.xserver.displayManager.gdm.enable = lib.mkForce false;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
jupiter-dock-updater-bin # Binary package for updating firmware on Jupiter Dock, a hardware accessory for certain laptops.
|
||||
|
Loading…
x
Reference in New Issue
Block a user