feat: add filetags
This commit is contained in:
parent
f2d0c9d8bb
commit
1a4b7eead3
3 changed files with 174 additions and 47 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{ lib
|
||||
, config
|
||||
, pkgs
|
||||
, inputs
|
||||
, ...
|
||||
}:
|
||||
|
||||
|
|
@ -88,6 +89,7 @@ in
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
(inputs.filetags.packages.${pkgs.system}.default)
|
||||
keepassxc
|
||||
pavucontrol
|
||||
stable.libreoffice # NOTE breaks often
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue