minimise nesting in /home

This commit is contained in:
xunuwu 2025-06-06 12:58:39 +02:00
parent caa2a3d7c5
commit 383d9f878e
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
37 changed files with 40 additions and 45 deletions

View file

@ -1,9 +0,0 @@
{
home = {
username = "xun";
homeDirectory = "/home/xun";
extraOutputsToInstall = ["doc" "devdoc"];
};
programs.home-manager.enable = true;
}

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
{
programs.chromium = {
enable = true;
# package = pkgs.ungoogled-chromium;

View file

@ -2,7 +2,5 @@
programs.cmus = {
enable = true;
theme = "spotify";
extraConfig = ''
'';
};
}