mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 02:57:44 +00:00
editors: init
This commit is contained in:
parent
c7abad00b5
commit
8bf1de0fdc
6 changed files with 284 additions and 263 deletions
7
modules/common/editor/nano.nix
Normal file
7
modules/common/editor/nano.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, lib, ... }: let
|
||||
inherit (lib) disabled optionalAttrs;
|
||||
in {
|
||||
programs = optionalAttrs config.isLinux {
|
||||
nano = disabled; # Garbage.
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue