mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-08 18:03:08 +02:00
changes
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
parent
45d10b065d
commit
8665bf40cb
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ let
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
imports = [ inputs.nix-doom-emacs.hmModule ];
|
imports = [ inputs.nix-doom-emacs.hmModule ];
|
||||||
|
# Allow unfree packages
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
home = {
|
home = {
|
||||||
username = "ultra";
|
username = "ultra";
|
||||||
homeDirectory = "/home/ultra/";
|
homeDirectory = "/home/ultra/";
|
||||||
|
|
Loading…
Reference in a new issue