much bad
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -9,17 +9,14 @@
|
||||
homeImports = {
|
||||
"cnst@cnix" = [
|
||||
../core
|
||||
../cnst.nix
|
||||
./cnst
|
||||
];
|
||||
"adam@adampad" = [
|
||||
../core
|
||||
../adam.nix
|
||||
./adam
|
||||
];
|
||||
"toothpick@toothpc" = [
|
||||
../core
|
||||
../toothpick.nix
|
||||
./toothpick
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user