hosts: steamdeck: first running gnome config
This commit is contained in:
parent
f53f2b1265
commit
3d43581d6b
@ -59,7 +59,7 @@
|
||||
};
|
||||
|
||||
sound = { # ALSA sound enable
|
||||
enable = true;
|
||||
#enable = true;
|
||||
mediaKeys = { # Keyboard Media Keys (for minimal desktop) enable = true;
|
||||
enable = true;
|
||||
};
|
||||
|
@ -23,7 +23,7 @@
|
||||
imports = # For now, if applying to other system, swap files
|
||||
[(import ./hardware-configuration.nix)] ++ # Current system hardware config @ /etc/nixos/hardware-configuration.nix
|
||||
[(import ../../modules/desktop/gnome/default.nix)] ++ # Window Manager
|
||||
[(import ../../modules/desktop/virtualisation/default.nix)] ++ # Docker
|
||||
[(import ../../modules/desktop/virtualisation/docker.nix)] ++ # Docker
|
||||
(import ../../modules/hardware); # Hardware devices
|
||||
|
||||
boot = { # Boot options
|
||||
@ -54,6 +54,7 @@
|
||||
# };
|
||||
|
||||
programs = { # No xbacklight, this is the alterantive
|
||||
zsh.enable = true;
|
||||
dconf.enable = true;
|
||||
light.enable = true;
|
||||
ssh.startAgent = false;
|
||||
|
@ -20,6 +20,7 @@
|
||||
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usb_storage" "usbhid" "sd_mod" "sdhci_pci" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
boot.kernelParams = [ ];
|
||||
boot.tmp.useTmpfs = true;
|
||||
# zramSwap.enable = true;
|
||||
|
@ -24,6 +24,8 @@
|
||||
};
|
||||
};
|
||||
|
||||
hardware.pulseaudio.enable = lib.mkForce false;
|
||||
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
@ -41,6 +43,7 @@
|
||||
|
||||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
desktopManager.gnome.enable = true;
|
||||
displayManager = {
|
||||
gdm.wayland = true;
|
||||
|
@ -18,13 +18,13 @@
|
||||
"org/gnome/desktop/a11y/applications" = {
|
||||
screen-keyboard-enabled = true;
|
||||
};
|
||||
# "org/gnome/shell" = {
|
||||
"org/gnome/shell" = {
|
||||
# enabled-extensions = [
|
||||
# "dash-to-dock@micxgx.gmail.com"
|
||||
# ];
|
||||
favorite-apps = ["steam.desktop"];
|
||||
};
|
||||
# Dash to Dock settings for a better touch screen experience
|
||||
# Dash to Dock settings for a better touch screen experience
|
||||
"org/gnome/shell/extensions/dash-to-dock" = {
|
||||
background-opacity = 0.80000000000000004;
|
||||
custom-theme-shrink = true;
|
||||
|
Loading…
Reference in New Issue
Block a user