This commit is contained in:
2025-10-15 12:07:44 -05:00
parent dbf4ce2834
commit dd5c53a979
2 changed files with 14 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
vim
lf
btop
powertop
];
# set timezone

View File

@@ -0,0 +1,13 @@
{
pkgs,
config,
lib,
inputs,
...
}:
{
imports = [
inputs.stylix.homeManagerModules.default
];
}