hermit: fix configuration
This commit is contained in:
parent
f687548762
commit
77b014a457
2 changed files with 4 additions and 6 deletions
|
@ -24,7 +24,6 @@
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
wms.wayland.enable = true;
|
wms.wayland.enable = true;
|
||||||
desktops.hyprland.enable = false;
|
|
||||||
# desktops.niri.enable = true;
|
# desktops.niri.enable = true;
|
||||||
|
|
||||||
theming = {
|
theming = {
|
||||||
|
@ -34,6 +33,7 @@
|
||||||
|
|
||||||
system = {
|
system = {
|
||||||
systemType = "laptop";
|
systemType = "laptop";
|
||||||
|
isGraphical = true;
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
systemd-boot.enable = true;
|
systemd-boot.enable = true;
|
||||||
|
@ -82,7 +82,6 @@
|
||||||
btop.enable = true;
|
btop.enable = true;
|
||||||
nh.enable = true;
|
nh.enable = true;
|
||||||
thunar.enable = true;
|
thunar.enable = true;
|
||||||
schizofox.enable = false;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{pkgs, ...}: {
|
||||||
{
|
|
||||||
environment.systemPackages = builtins.attrValues {
|
environment.systemPackages = builtins.attrValues {
|
||||||
inherit (pkgs)
|
inherit
|
||||||
|
(pkgs)
|
||||||
abook
|
abook
|
||||||
aerc
|
aerc
|
||||||
aichat
|
aichat
|
||||||
|
@ -76,6 +76,5 @@
|
||||||
xournalpp
|
xournalpp
|
||||||
zathura
|
zathura
|
||||||
;
|
;
|
||||||
inherit new-nil;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue