1
Fork 0

Move from lualine to mini.statusline and more

This commit is contained in:
Matei Adriel 2023-12-13 19:30:04 +01:00
parent d485dfd295
commit 15d06fd26a
No known key found for this signature in database
21 changed files with 181 additions and 219 deletions
modules/home-manager

View file

@ -8,7 +8,7 @@
root = lib.mkOption {
type = lib.types.str;
default = "${config.home.homeDirectory}/Projects/satellite";
default = "${config.xdg.userDirs.extraConfig.XDG_PROJECTS_DIR}/satellite";
description = "Where the satellite repo is cloned";
};