mirror of
https://git.gay/sneexy/nixos.git
synced 2026-01-11 13:13:15 -08:00
fix?: add cava to see if nix will error out again
This commit is contained in:
parent
62fe54e29e
commit
52e4af6cac
1 changed files with 16 additions and 14 deletions
|
|
@ -5,20 +5,16 @@
|
|||
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
|
||||
#inputs.flatpaks.homeManagerModules.nix-flatpak
|
||||
inputs.flatpaks.homeManagerModules
|
||||
flake-inputs.flatpaks.homeManagerModules.nix-flatpak
|
||||
|
||||
# catppuccin home-manager flake
|
||||
#flake-inputs.catppuccin.homeManagerModules.catppuccin
|
||||
#inputs.catppuccin.homeManagerModules.catppuccin
|
||||
inputs.catppuccin.homeManagerModules
|
||||
flake-inputs.catppuccin.homeManagerModules.catppuccin
|
||||
|
||||
# If you want to use home-manager modules from other flakes (such as nix-colors):
|
||||
# inputs.nix-colors.homeManagerModule
|
||||
|
|
@ -120,13 +116,6 @@
|
|||
ventoy-full
|
||||
];
|
||||
|
||||
# fuzzy command finder, required by a decent amount of things
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
catppuccin.enable = true;
|
||||
};
|
||||
|
||||
# my preferred shell customized to my needs
|
||||
# TODO: theres only oh-my-zsh support out of the box, figure out
|
||||
# how to customize sheldon and starship
|
||||
|
|
@ -136,6 +125,19 @@
|
|||
syntaxHighlighting.enable = true;
|
||||
};
|
||||
|
||||
# fuzzy command finder, required by a decent amount of things
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
catppuccin.enable = true;
|
||||
};
|
||||
|
||||
# adding cava because nix is complaining about it...
|
||||
programs.cava = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue