Add atool to system packages
This commit is contained in:
parent
b30056ca44
commit
b36ab9ecf5
@ -1,4 +1,4 @@
|
|||||||
{ config, lib, pkgs, options, inputs, ...}@args:
|
{ config, lib, pkgs, options, inputs, outputs, ...}@args:
|
||||||
let
|
let
|
||||||
cfg = config.nixfiles.profile.base;
|
cfg = config.nixfiles.profile.base;
|
||||||
in
|
in
|
||||||
@ -84,6 +84,7 @@ in
|
|||||||
|
|
||||||
# etc
|
# etc
|
||||||
neofetch
|
neofetch
|
||||||
|
outputs.packages."${pkgs.system}".atool
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.neovim.defaultEditor = lib.mkDefault true;
|
programs.neovim.defaultEditor = lib.mkDefault true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user