fix: some stff

This commit is contained in:
kenji
2025-12-27 13:27:47 -06:00
parent 4d9d68e7e6
commit cb9c91c7a7
8 changed files with 448 additions and 156 deletions
+6 -1
View File
@@ -1,4 +1,8 @@
{pkgs, ...}: {
{
pkgs,
inputs,
...
}: {
imports = [
../modules/home/terminal.nix
../modules/home/apps.nix
@@ -7,6 +11,7 @@
../modules/home/waybar.nix
../modules/home/theme.nix
../modules/home/gaming.nix
inputs.walker.homeManagerModules.default
];
home.stateVersion = "25.05";