flake update + nvchad

This commit is contained in:
Xory 2026-01-29 21:08:42 +02:00
parent ca4f9a6e9a
commit 77167cd65f
4 changed files with 104 additions and 26 deletions

View file

@ -1,12 +1,12 @@
{ config, pkgs, inputs, ... }:
{
imports = [ inputs.spicetify-nix.homeManagerModules.default ];
imports = [ inputs.spicetify-nix.homeManagerModules.default inputs.nix4nvchad.homeManagerModule ];
home.username = "xory";
home.homeDirectory = "/home/xory";
home.packages = with pkgs; [
neovim
# neovim
fastfetch
git
cava
@ -31,7 +31,6 @@
];
})
mpv
kdePackages.kdenlive
gimp
inkscape
krita
@ -65,10 +64,10 @@
];
home.file = {
".config/nvim/init.lua" = {
enable = true;
source = ./config/nvim/init.lua;
};
# ".config/nvim/init.lua" = {
# enable = true;
# source = ./config/nvim/init.lua;
# };
".config/hypr" = {
enable = true;
recursive = true;
@ -145,6 +144,8 @@ eval "$(direnv hook zsh)"
mimeType = [ "x-scheme-handler/spotify" ];
};
programs.nvchad.enable = true;
wayland.windowManager.hyprland.enable = true;
programs.waybar.enable = true;
programs.wofi.enable = true;