more modules

This commit is contained in:
2026-02-17 22:24:41 +00:00
parent 5f063d825e
commit 07e47f87e6
10 changed files with 282 additions and 21 deletions

View File

@@ -12,6 +12,10 @@
modules.sops
modules.hyprland
<modules/hyprland/doloro-settings>
(modules.obs {
virtual_audio_devices = true;
autostart = true;
})
];
nixos =
{ config, pkgs, ... }:

View File

@@ -16,6 +16,7 @@
<modules/zen-browser>
modules.kitty
modules.stylix
modules.quickshell
];
nixos =
{ config, pkgs, ... }:
@@ -23,14 +24,13 @@
users.users.doloro = {
isNormalUser = true;
shell = pkgs.fish;
initialPassword = "sex";
hashedPasswordFile = config.sops.secrets."doloro-hashed_password".path;
};
};
homeManager =
{ pkgs, ... }:
{
home.packages = with pkgs; [ teamviewer ];
home.packages = with pkgs; [ ];
nixpkgs.config.allowUnfree = true;
};
};