this commit adds in commits from mayas flake repo that she forgot to add, as she switched to this flake on everything but her laptop

This commit is contained in:
alyx 2025-07-07 21:26:25 +01:00
parent cca94870a0
commit c6f9ef97af
No known key found for this signature in database
2 changed files with 35 additions and 8 deletions

View file

@ -1,15 +1,8 @@
{config, pkgs, lib, inputs, vars, ...}:{
imports = [
#home-manager modules
inputs.nix-index-database.hmModules.nix-index
inputs.nixvim.homeManagerModules.default
inputs.catppuccin.homeModules.catppuccin
inputs.niri.homeModules.niri
#aux files to make finding specific things easier
./theming.nix
./nixvim
#./sway.nix
#./hyprland.nix
./niri.nix
./packages.nix #general user packages not managed by home-manager but i want to install via hm anyways
];