This commit is contained in:
cnst
2024-07-31 09:06:39 +02:00
parent 80f2d6797d
commit 920771ce28
11 changed files with 47 additions and 65 deletions

View File

@@ -10,11 +10,15 @@
# ../../core/services/power-monitor
];
home = {
username = "cnst";
homeDirectory = "/home/cnst";
stateVersion = "23.11";
extraOutputsToInstall = ["doc" "devdoc"];
packages = with pkgs; [
# misc.gui
virt-manager
xfce.thunar
nautilus
# misc.tui
ranger
@@ -36,10 +40,15 @@
BROWSER = "firefox";
EDITOR = "nvim";
TERM = "foot";
QT_QPA_PLATFORM = "wayland";
SDL_VIDEODRIVER = "wayland";
XDG_SESSION_TYPE = "wayland";
};
};
# disable manuals as nmd fails to build often
manual = {
html.enable = false;
json.enable = false;
manpages.enable = false;
};
# let HM manage itself when in standalone mode
programs.home-manager.enable = true;
}

View File

@@ -9,17 +9,14 @@
homeImports = {
"cnst@cnix" = [
../core
../cnst.nix
./cnst
];
"adam@adampad" = [
../core
../adam.nix
./adam
];
"toothpick@toothpc" = [
../core
../toothpick.nix
./toothpick
];
};