remove junk

This commit is contained in:
Tao Tien 2024-03-04 22:25:48 -08:00
parent 5b2505f1ef
commit 493ba3a2d5
4 changed files with 1 additions and 109 deletions

View file

@ -1,35 +0,0 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
bat
bottom
cifs-utils
git
helix
ouch
ripgrep
skim
tree
wget
];
programs.partition-manager.enable = false;
services.flatpak.enable = false;
services.printing.enable = false;
hardware.bluetooth.enable = false;
services.xserver.enable = false;
services.xserver.displayManager.sddm.enable = false;
services.xserver.desktopManager.plasma5.enable = false;
services.pipewire.enable = false;
environment.variables = {
EDITOR = "hx";
VISUAL = "hx";
SKIM_DEFAULT_COMMAND = "rg --files";
};
environment.sessionVariables = {
EDITOR = "hx";
VISUAL = "hx";
SKIM_DEFAULT_COMMAND = "rg --files";
};
}