unused stuff

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-07-13 11:48:25 +03:00
parent 8a35e18e4e
commit 6554808614
3 changed files with 4 additions and 4 deletions

View File

@ -87,7 +87,7 @@
stylix = {
url = "github:danth/stylix";
inputs = {
home-manager.follows = "home-manager";
# home-manager.follows = "home-manager";
nixpkgs.follows = "nixpkgs";
systems.follows = "systems";
};

View File

@ -15,5 +15,5 @@ in {
mountOptions = ["rw" "nosuid" "nodev"];
};
};
disko.devices.disk.main = import ./disk-main.nix {inherit config disk hostId;};
disko.devices.disk.main = import ./disk-main.nix {inherit disk hostId;};
}

View File

@ -20,7 +20,7 @@ in {
};
services = {
pueue.enable = true; # process queue in rust
# pueue.enable = true; # process queue in rust
ssh-agent.enable = true;
};
@ -76,7 +76,7 @@ in {
dua # disk space usage in rust
duf # better df in go
fend # calculator in rust
mprocs # process runner in rust
# mprocs # process runner in rust
ouch # archive manager in rust
# procs # ps in rust
rbw # bitwarden cli in rust