fix spotify
This commit is contained in:
parent
769d4b0df5
commit
85521a1666
14 changed files with 223 additions and 262 deletions
|
|
@ -13,6 +13,10 @@
|
|||
tools.tmux.enable = true;
|
||||
tools.neovim.enable = true;
|
||||
tools.starship.enable = true;
|
||||
tools.skim.enable = true;
|
||||
tools.direnv.enable = true;
|
||||
tools.tealdeer.enable = true;
|
||||
tools.bat.enable = true;
|
||||
|
||||
term.kitty.enable = true;
|
||||
|
||||
|
|
@ -24,12 +28,24 @@
|
|||
};
|
||||
};
|
||||
|
||||
shells.zsh.enable = true;
|
||||
|
||||
rice.gtk.enable = true;
|
||||
|
||||
services.lock.enable = true;
|
||||
|
||||
xdg.enable = true;
|
||||
|
||||
programs = {
|
||||
gpg.enable = true;
|
||||
man.enable = true;
|
||||
eza.enable = true;
|
||||
dircolors = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
};
|
||||
|
||||
# catppuccin.enable = true;
|
||||
|
||||
home.packages = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue