hermit: configuration: disable docker, disable niri
This commit is contained in:
parent
c0c919be76
commit
ae61334587
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,6 @@
|
|||
fstrim.enable = lib.mkDefault true;
|
||||
thermald.enable = true;
|
||||
};
|
||||
virtualisation.docker.enable = true;
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableBashCompletion = true;
|
||||
|
@ -28,6 +27,7 @@
|
|||
modules = {
|
||||
wms.wayland.enable = true;
|
||||
desktops.hyprland.enable = false;
|
||||
# desktops.niri.enable = true;
|
||||
|
||||
theming = {
|
||||
gtk.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue