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
|
||||
inputs.nix-minecraft.overlay
|
||||
inputs.fenix.overlays.default
|
||||
inputs.universe-cli.overlays.default
|
||||
];
|
||||
};
|
||||
stable = { };
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
|
||||
# Packages wanted everywhere
|
||||
environment.systemPackages = with pkgs; [
|
||||
universe-cli
|
||||
|
||||
bat
|
||||
binutils
|
||||
btrfs-progs
|
||||
|
|
|
@ -47,8 +47,6 @@ in
|
|||
};
|
||||
|
||||
home.packages = with pkgs; flatten [
|
||||
inputs.universe-cli.packages.x86_64-linux.default
|
||||
|
||||
ncdu
|
||||
|
||||
keepassxc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue