added nom for the build (sudo prompt won't show up but password input still works)

This commit is contained in:
Lillian Violet 2025-05-24 03:20:31 +02:00
parent 63e74350fb
commit 65032788b2
6 changed files with 231 additions and 177 deletions

View file

@ -190,8 +190,14 @@
}
else {};
# Enable completion of system packages by zsh
environment.pathsToLink = ["/share/zsh"];
environment = {
systemPackages = with pkgs; [
nix-output-monitor
];
# Enable completion of system packages by zsh
pathsToLink = ["/share/zsh"];
};
home-manager = {
backupFileExtension = "backup";