🚧 Initial work on generating homeConfigurations output + syntax changes

This commit is contained in:
Jo 2025-03-25 23:46:13 +01:00
parent f139b88c0b
commit f89cbcc552
12 changed files with 131 additions and 106 deletions

View file

@ -1,8 +1,4 @@
{
pkgs,
...
}:
{
{pkgs, ...}: {
imports = [
./hardware.nix
];
@ -14,7 +10,6 @@
# System configuration
puzzlevision = {
# Todo: pass a set of users to enable from within easy-hosts and automatically map the corresponding home-manager configurations
# mainUser = "jo";
# users = [ "jo" ];
desktop.gnome.enable = true;
@ -22,6 +17,8 @@
environment.systemPackages = with pkgs; [
ghostty
firefox
vscodium
];
system.stateVersion = "25.05";