functional home assistant

This commit is contained in:
mjallen18
2025-07-18 14:50:13 -05:00
parent 407f8ede87
commit 91be65bc39
41 changed files with 337 additions and 304 deletions

View File

@@ -1,21 +1,18 @@
{ config, lib, namespace, pkgs, ... }:
{ config, lib, pkgs, ... }:
with lib;
let
cfg = config.${namespace}.desktop.hyprland;
cfg = config.mjallen.desktop.hyprland;
drawer = "nwg-drawer -fm nautilus -term kitty -mb 10 -mt 10 -ml 10 -mr 10 -pbuseicontheme -i ${config.home-manager.users.matt.gtk.iconTheme.name}";
in
{
imports = [ ./options.nix ];
imports = [
./options.nix
./packages.nix
./theme.nix
./variables.nix
];
config = mkIf cfg.enable {
imports = [
./services/hypridle
./services/hyprlock
./services/hyprpaper
./packages.nix
./theme.nix
./variables.nix
];
services = {
hyprpolkitagent.enable = true;