@ -87,7 +87,7 @@
|
|||||||
stylix = {
|
stylix = {
|
||||||
url = "github:danth/stylix";
|
url = "github:danth/stylix";
|
||||||
inputs = {
|
inputs = {
|
||||||
home-manager.follows = "home-manager";
|
# home-manager.follows = "home-manager";
|
||||||
nixpkgs.follows = "nixpkgs";
|
nixpkgs.follows = "nixpkgs";
|
||||||
systems.follows = "systems";
|
systems.follows = "systems";
|
||||||
};
|
};
|
||||||
|
@ -15,5 +15,5 @@ in {
|
|||||||
mountOptions = ["rw" "nosuid" "nodev"];
|
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;};
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
pueue.enable = true; # process queue in rust
|
# pueue.enable = true; # process queue in rust
|
||||||
ssh-agent.enable = true;
|
ssh-agent.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -76,7 +76,7 @@ in {
|
|||||||
dua # disk space usage in rust
|
dua # disk space usage in rust
|
||||||
duf # better df in go
|
duf # better df in go
|
||||||
fend # calculator in rust
|
fend # calculator in rust
|
||||||
mprocs # process runner in rust
|
# mprocs # process runner in rust
|
||||||
ouch # archive manager in rust
|
ouch # archive manager in rust
|
||||||
# procs # ps in rust
|
# procs # ps in rust
|
||||||
rbw # bitwarden cli in rust
|
rbw # bitwarden cli in rust
|
||||||
|
Reference in New Issue
Block a user