more tidying up

This commit is contained in:
2026-03-09 02:24:42 +00:00
parent 7a3fd80c59
commit d09ee9dec3
2 changed files with 5 additions and 14 deletions
+2 -11
View File
@@ -1,8 +1,8 @@
{ inputs, self, ... }: {
{ inputs, self, config, ... }: {
flake.nixosModules.nixos-host = {pkgs, ...}: {
imports = [
../hardware-configuration.nix
../../hardware-configuration.nix
];
# Bootloader
@@ -35,15 +35,6 @@ flake.nixosModules.nixos-host = {pkgs, ...}: {
LC_TIME = "pt_PT.UTF-8";
};
# Desktop environment
services.xserver.enable = true;
services.xserver.displayManager.gdm.enable = true;
services.xserver.desktopManager.gnome.enable = true;
services.xserver.xkb = {
layout = "us";
variant = "";
};
# Printing
services.printing.enable = true;