Programs: delete micro
This commit is contained in:
parent
b9b9f28e26
commit
faab731506
4 changed files with 0 additions and 34 deletions
|
|
@ -2,7 +2,6 @@
|
|||
imports = [
|
||||
./discord.nix
|
||||
./firefox.nix
|
||||
./micro.nix
|
||||
./keepassxc.nix
|
||||
./jamesdsp.nix
|
||||
./vscode.nix
|
||||
|
|
|
|||
|
|
@ -1,18 +0,0 @@
|
|||
{lib, ...}: {
|
||||
home-manager = {
|
||||
users.toast = {pkgs, ...}: {
|
||||
programs.micro = {
|
||||
enable = true;
|
||||
settings = {
|
||||
# Use xclip/wl-clipboard for copying and pasting
|
||||
clipboard = lib.mkForce "external";
|
||||
};
|
||||
};
|
||||
/*
|
||||
On a kde wayland session micro uses xsel or xclip instead of wl-clipboard
|
||||
which doesn't work, so I only install wl-clipboard here to make micro use it
|
||||
*/
|
||||
home.packages = with pkgs; [wl-clipboard];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue