hosts: steamdeck: separate gnome and steam config

This commit is contained in:
2023-07-27 21:44:27 +02:00
parent 0b304408b3
commit 8e61ea6503
5 changed files with 107 additions and 68 deletions

View File

@@ -22,6 +22,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/steam/default.nix)] ++ # Window Manager
[(import ../../modules/desktop/gnome/default.nix)] ++ # Window Manager
[(import ../../modules/desktop/virtualisation/docker.nix)] ++ # Docker
(import ../../modules/hardware); # Hardware devices