progress...

This commit is contained in:
2026-02-13 19:21:27 +00:00
parent 540359308e
commit 58c8146cc0
16 changed files with 363 additions and 96 deletions

View File

@@ -9,17 +9,20 @@
includes = [
<den/primary-user>
den.aspects.doloro-shared
modules.user.doloro
modules.hyprland
<modules/hyprland/doloro-settings>
modules.sops
modules.fish
<modules/zen-browser>
modules.kitty
];
nixos =
{ config, pkgs, ... }:
{
users.users.doloro = {
isNormalUser = true;
shell = pkgs.fish;
initialPassword = "sex";
hashedPasswordFile = config.sops.secrets."doloro-hashed_password".path;
};
};