mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
refactor: add lots of programs
This commit is contained in:
parent
661ff3f1a0
commit
da6ce75ba9
14 changed files with 99 additions and 82 deletions
9
home/programs/tealdeer.nix
Normal file
9
home/programs/tealdeer.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
_: {
|
||||
programs.tealdeer = {
|
||||
enable = true;
|
||||
settings = {
|
||||
display.compact = true;
|
||||
updates.auto_update = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue