diff --git a/home/common.nix b/home/common.nix index e1c70bb..1e4d75f 100644 --- a/home/common.nix +++ b/home/common.nix @@ -1,6 +1,8 @@ { lib, pkgs, osConfig, ... }: { - + imports = [ + ./comma.nix + ]; # home.username = "nullbite"; # home.homeDirectory = "/home/nullbite";