mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
nix: refactor package presets into modules
This commit is contained in:
parent
ff7a2975b6
commit
05148f6afe
7 changed files with 101 additions and 91 deletions
5
nix/homeModules/extra/preset-workflow/default.nix
Normal file
5
nix/homeModules/extra/preset-workflow/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = [ pkgs.tea ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue