mirror of
https://git.gay/sneexy/nixos.git
synced 2026-01-11 13:13:15 -08:00
fix?: import catppuccin flake for home manager
This commit is contained in:
parent
4ebafe38a5
commit
f86cd841cd
1 changed files with 4 additions and 1 deletions
|
|
@ -10,9 +10,12 @@
|
||||||
}: {
|
}: {
|
||||||
# You can import other home-manager modules here
|
# You can import other home-manager modules here
|
||||||
imports = [
|
imports = [
|
||||||
# import the flatpaks home-manager nix
|
# flatpaks home-manager flake
|
||||||
flake-inputs.flatpaks.homeManagerModules.nix-flatpak
|
flake-inputs.flatpaks.homeManagerModules.nix-flatpak
|
||||||
|
|
||||||
|
# catppuccin home-manager flake
|
||||||
|
catppuccin.homeManagerModules.catppuccin
|
||||||
|
|
||||||
# If you want to use home-manager modules from other flakes (such as nix-colors):
|
# If you want to use home-manager modules from other flakes (such as nix-colors):
|
||||||
# inputs.nix-colors.homeManagerModule
|
# inputs.nix-colors.homeManagerModule
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue