Programs: delete micro

This commit is contained in:
Toast 2024-07-05 13:22:52 +02:00
parent b9b9f28e26
commit faab731506
4 changed files with 0 additions and 34 deletions

View file

@ -2,7 +2,6 @@
imports = [
./htop.nix
./nix.nix
./micro.nix
./nix-index.nix
./command-not-found.nix
./comma.nix

View file

@ -1,14 +0,0 @@
{...}: {
home-manager = {
users.toast = {...}: {
programs.micro = {
enable = true;
settings = {
clipboard = "internal";
indentchar = "|";
softwrap = true;
};
};
};
};
}