Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
Alex Stan 2023-03-29 12:12:30 +03:00
parent 45d10b065d
commit 8665bf40cb

View file

@ -6,6 +6,8 @@ let
};
in {
imports = [ inputs.nix-doom-emacs.hmModule ];
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
home = {
username = "ultra";
homeDirectory = "/home/ultra/";