flake: use universe-cli overlay
This commit is contained in:
parent
1ac21b4877
commit
44515ec81f
3 changed files with 3 additions and 2 deletions
|
@ -83,6 +83,7 @@
|
||||||
# --- Domain-Specific Overlays
|
# --- Domain-Specific Overlays
|
||||||
inputs.nix-minecraft.overlay
|
inputs.nix-minecraft.overlay
|
||||||
inputs.fenix.overlays.default
|
inputs.fenix.overlays.default
|
||||||
|
inputs.universe-cli.overlays.default
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
stable = { };
|
stable = { };
|
||||||
|
|
|
@ -8,6 +8,8 @@
|
||||||
|
|
||||||
# Packages wanted everywhere
|
# Packages wanted everywhere
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
universe-cli
|
||||||
|
|
||||||
bat
|
bat
|
||||||
binutils
|
binutils
|
||||||
btrfs-progs
|
btrfs-progs
|
||||||
|
|
|
@ -47,8 +47,6 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; flatten [
|
home.packages = with pkgs; flatten [
|
||||||
inputs.universe-cli.packages.x86_64-linux.default
|
|
||||||
|
|
||||||
ncdu
|
ncdu
|
||||||
|
|
||||||
keepassxc
|
keepassxc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue