diff --git a/hosts/q920/default.nix b/hosts/q920/default.nix index ec229b9..d32552a 100644 --- a/hosts/q920/default.nix +++ b/hosts/q920/default.nix @@ -23,8 +23,8 @@ 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/virtualisation/docker.nix)] ++ # Docker - (import ../../modules/hardware); # Hardware devices + [(import ../../modules/desktop/virtualisation/docker.nix)]; # ++ # Docker + #(import ../../modules/hardware); # Hardware devices boot = { # Boot options kernelPackages = pkgs.linuxPackages_latest; diff --git a/hosts/q920/home.nix b/hosts/q920/home.nix index bf99cab..3e41024 100644 --- a/hosts/q920/home.nix +++ b/hosts/q920/home.nix @@ -22,7 +22,7 @@ home = { # Specific packages for laptop packages = with pkgs; [ # Applications - #libreoffice # Office packages + libreoffice # Office packages # Display #light # xorg.xbacklight not supported. Other option is just use xrandr.