revert user variables removal

This commit is contained in:
Sam 2024-11-04 15:57:32 +00:00
parent ac5833c8af
commit de5c1edf1b
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,11 @@
{
pkgs,
config,
...
}: {
}: let
user = config.home.username;
in {
imports = [
./cmp.nix
./colorizer.nix