Skip to content

Commit

Permalink
refactor(cli-utils): purge spurious functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Dec 3, 2024
1 parent e3753c9 commit 03eb2b9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions modules/nixos/suites/cli-utils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ in
};

config = mkIf cfg.enable {
security.wrappers.pumount = {
setuid = true;
source = "${pkgs.pmount}/bin/pumount";
owner = "root";
group = "root";
};

elementary.programs = {
ranger = enabled;
neovim = enabled // {
Expand All @@ -34,7 +27,6 @@ in
pkgs.zip
pkgs.tldr
pkgs.btop
pkgs.pmount
pkgs.exfat
pkgs.wget
pkgs.p7zip
Expand Down

0 comments on commit 03eb2b9

Please sign in to comment.