hosts: steamdeck: add initial config

This commit is contained in:
2023-07-23 20:12:02 +02:00
parent 0df6e3313a
commit 3c4d801b71
6 changed files with 175 additions and 73 deletions

View File

@@ -22,8 +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/hyprland/default.nix)] ++ # Window Manager
[(import ../../modules/desktop/sway/default.nix)] ++ # Window Manager
[(import ../../modules/desktop/gnome/default.nix)] ++ # Window Manager
[(import ../../modules/desktop/virtualisation/default.nix)] ++ # Docker
(import ../../modules/hardware); # Hardware devices
@@ -63,7 +62,6 @@
enableSSHSupport = true;
pinentryFlavor = "curses";
};
steam.enable = true;
};
services = {