hermit: fix configuration

This commit is contained in:
Bloxx12 2025-07-23 17:29:50 +02:00
commit 77b014a457
2 changed files with 4 additions and 6 deletions

View file

@ -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";

View file

@ -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;
};
}