From 77b014a4572a97180d912cf3728120ee6eb2cd11 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Wed, 23 Jul 2025 17:29:50 +0200 Subject: [PATCH] hermit: fix configuration --- hosts/hermit/configuration.nix | 3 +-- hosts/hermit/programs.nix | 7 +++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/hosts/hermit/configuration.nix b/hosts/hermit/configuration.nix index 42a14c8..597e9e0 100644 --- a/hosts/hermit/configuration.nix +++ b/hosts/hermit/configuration.nix @@ -24,7 +24,6 @@ modules = { wms.wayland.enable = true; - desktops.hyprland.enable = false; # desktops.niri.enable = true; theming = { @@ -34,6 +33,7 @@ system = { systemType = "laptop"; + isGraphical = true; boot = { systemd-boot.enable = true; @@ -82,7 +82,6 @@ btop.enable = true; nh.enable = true; thunar.enable = true; - schizofox.enable = false; }; }; system.stateVersion = "23.11"; diff --git a/hosts/hermit/programs.nix b/hosts/hermit/programs.nix index a370437..1fcb0bf 100644 --- a/hosts/hermit/programs.nix +++ b/hosts/hermit/programs.nix @@ -1,7 +1,7 @@ -{ pkgs, ... }: -{ +{pkgs, ...}: { environment.systemPackages = builtins.attrValues { - inherit (pkgs) + inherit + (pkgs) abook aerc aichat @@ -76,6 +76,5 @@ xournalpp zathura ; - inherit new-nil; }; }