1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

feat: manage fonts with hm

This commit is contained in:
Ryan Cao 2023-09-03 21:53:28 +08:00
parent 44f9e25048
commit 621b09bd8f
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
4 changed files with 47 additions and 36 deletions

View file

@ -1,5 +1,4 @@
{
pkgs,
config,
ctpModule,
discord-applemusic-rich-presence,
@ -10,10 +9,14 @@
imports = [
ctpModule
discord-applemusic-rich-presence
./programs/variables.nix
./programs/fonts.nix
./programs/zsh.nix
./programs/fish.nix
./programs/starship.nix
./programs/git.nix
./programs/bat.nix
./programs/helix.nix
@ -23,10 +26,6 @@
];
programs.home-manager.enable = true;
home.packages = with pkgs; [
ryan-mono-bin
ryan-term-bin
];
services.discord-applemusic-rich-presence = {
enable = true;