remove junk
This commit is contained in:
parent
5b2505f1ef
commit
493ba3a2d5
4 changed files with 1 additions and 109 deletions
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue