move eza to system category
This commit is contained in:
parent
dd13d7381c
commit
e43ac000c8
2 changed files with 3 additions and 3 deletions
|
@ -63,6 +63,7 @@
|
|||
};
|
||||
software = {
|
||||
# system
|
||||
system.eza.enable = true;
|
||||
system.wezterm.enable = true;
|
||||
system.fish.enable = true;
|
||||
# editors
|
||||
|
@ -75,7 +76,6 @@
|
|||
distractions.discord.vesktop = true;
|
||||
distractions.steam.enable = true;
|
||||
# tools
|
||||
tools.eza.enable = true;
|
||||
tools.gpg.enable = true;
|
||||
tools.mpv.enable = true;
|
||||
};
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
with lib;
|
||||
let
|
||||
cfg = config.modules.software.tools.eza;
|
||||
cfg = config.modules.software.system.eza;
|
||||
in {
|
||||
options.modules.software.tools.eza = {
|
||||
options.modules.software.system.eza = {
|
||||
enable = mkEnableOption "Enable eza, a modern replacement for ls";
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue