mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat: manage ryan-mono with hm
This commit is contained in:
parent
e0b8313df9
commit
0938aa162e
3 changed files with 51 additions and 1 deletions
6
home.nix
6
home.nix
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
agenixModule,
|
||||
ctpModule,
|
||||
|
|
@ -19,7 +20,10 @@
|
|||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
home.packages = [];
|
||||
home.packages = with pkgs; [
|
||||
ryan-mono-bin
|
||||
ryan-term-bin
|
||||
];
|
||||
|
||||
catppuccin.flavour = "frappe";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue