treewide: replace enableGUI with config.me.gui

This commit is contained in:
LavaDesu 2025-03-23 12:57:20 +11:00
parent 3ccf85aa9e
commit 571f0f6f3e
Signed by: cilly
GPG key ID: 6500251E087653C9
6 changed files with 15 additions and 15 deletions

View file

@ -12,7 +12,7 @@
];
};
home-manager.users.hana = { config, enableGUI, lib, pkgs, ... }: {
home-manager.users.hana = { config, lib, pkgs, ... }: {
home = {
username = "hana";
homeDirectory = "/home/hana";