revert user variables removal
This commit is contained in:
parent
ac5833c8af
commit
de5c1edf1b
|
@ -1,7 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
}: let
|
||||
user = config.home.username;
|
||||
in {
|
||||
|
||||
imports = [
|
||||
./cmp.nix
|
||||
./colorizer.nix
|
||||
|
|
Loading…
Reference in New Issue