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