further improvements
This commit is contained in:
parent
55f7c8296f
commit
223ee9efd2
7 changed files with 41 additions and 31 deletions
|
@ -1,9 +1,4 @@
|
|||
{ options
|
||||
, config
|
||||
, lib
|
||||
, pkgs
|
||||
, ...
|
||||
}:
|
||||
{ options, config, lib, pkgs, ... }:
|
||||
with lib;
|
||||
with lib.wyrdgard;
|
||||
let
|
||||
|
@ -16,7 +11,11 @@ in
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = [
|
||||
neofetch
|
||||
|
||||
fd
|
||||
tree
|
||||
ripgrep
|
||||
];
|
||||
|
||||
wyrdgard = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue