functional home assistant
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user