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:
parent
44f9e25048
commit
621b09bd8f
4 changed files with 47 additions and 36 deletions
9
home.nix
9
home.nix
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue