Added new user, made home folder optional, moved hyprland system config to a separate file

This commit is contained in:
Aleksandr Lebedev 2024-12-20 10:18:05 +01:00
parent 87ef397bec
commit b591fcc345
12 changed files with 278 additions and 81 deletions

View file

@ -1,10 +1,19 @@
{ pkgs, lib, hwconfig, inputs, ... }:
{
imports = [
../../modules/hyprland
../../modules/libvirt
../../users/kylekrein
(import ../../modules/libvirt/user.nix { username = "kylekrein"; })
../../users/tania
];
environment.systemPackages = [
#inputs.nix-gaming.packages.${pkgs.system}.star-citizen
];
systemd.network.wait-online.enable = lib.mkForce false;
}