chore: changing up some options

This commit is contained in:
Artur Manuel 2024-11-30 11:43:52 +00:00
commit ce8c135e1d
6 changed files with 57 additions and 45 deletions

View file

@ -1,4 +1,9 @@
{config, lib, pkgs, ...}: let
{
config,
lib,
pkgs,
...
}: let
cfg = config.alqueva.support;
inherit (lib) mkEnableOption;
in {
@ -22,12 +27,13 @@ in {
environment = {
systemPackages = builtins.attrValues {
inherit (pkgs)
inherit
(pkgs)
slurp
grim
wf-recorder
fuzzel
alacritty
wezterm
wl-clipboard
;
};