mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-05 00:33:09 +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 {
|
||||
imports = [ inputs.nix-doom-emacs.hmModule ];
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
home = {
|
||||
username = "ultra";
|
||||
homeDirectory = "/home/ultra/";
|
||||
|
|
Loading…
Reference in a new issue