mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: move to different way of managing fonts as nixos had a nice gift for me :woozy:
This commit is contained in:
parent
1886b76947
commit
99bac5b3b8
3 changed files with 77 additions and 3 deletions
|
|
@ -2,8 +2,9 @@
|
|||
imports =
|
||||
[(import ./git.nix)] # version control
|
||||
++ [(import ./swaync/default.nix)] # notification panel
|
||||
++ [(import ./fonts.nix)] # fonts
|
||||
++ [(import ./hyprland)] # window manager
|
||||
++ [(import ./sway)] # window manager
|
||||
++ [(import ./sway)] # window manager
|
||||
++ [(import ./kitty.nix)] # terminal
|
||||
++ [(import ./mako.nix)] # notification deamon
|
||||
++ [(import ./nvim.nix)] # neovim editor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue