This commit is contained in:
alsaiduq-lab 2026-03-07 12:23:35 -07:00
parent 8107890427
commit a2a41f3d80
10 changed files with 110 additions and 83 deletions

View file

@ -1,7 +1,6 @@
{
pkgs,
config,
inputs,
...
}: {
imports = [
@ -21,10 +20,10 @@
./modules/obs.nix
./modules/mpv.nix
./modules/ani-cli.nix
./modules/quickshell.nix
#./modules/quickshell.nix
./modules/cava.nix
./modules/imagemagick.nix
inputs.dankMaterialShell.homeModules.dank-material-shell
# inputs.dankMaterialShell.homeModules.dank-material-shell
./modules/viv.nix
./modules/godot.nix
./modules/gremlin.nix
@ -39,5 +38,6 @@
# TODO: move these somewhere else; undecided
home.packages = with pkgs; [
nvtopPackages.full
kdePackages.dolphin
];
}