Skip to content

Commit

Permalink
nixos: replace gnu coreutils with uutils ones
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Dec 22, 2024
1 parent 1035c47 commit 1f5abbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/nixos/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ with lib; {

environment.systemPackages = with pkgs; [
comma
busybox
nodejs_23
bun
deno
Expand Down Expand Up @@ -138,6 +137,7 @@ with lib; {
cavalier
gnome-obfuscate
bottles
(uutils-coreutils.override {prefix = "";})
(writeShellScriptBin "wine-mono" "mono")
(writeShellScriptBin "xdg-terminal-exec" "kitty -e $@")
];
Expand Down
2 changes: 1 addition & 1 deletion configs/nixos/laptop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ with lib; {

environment.systemPackages = with pkgs; [
comma
busybox
gimp
fractal
tuba
git
kitty
(uutils-coreutils.override {prefix = "";})
(writeShellScriptBin "xdg-terminal-exec" "kitty -e $@")
];
}

0 comments on commit 1f5abbf

Please sign in to comment.