updated home-manager config
This commit is contained in:
parent
8151a99d9e
commit
6987a2c585
1 changed files with 4 additions and 0 deletions
4
home.nix
4
home.nix
|
@ -27,6 +27,10 @@
|
||||||
# release notes.
|
# release notes.
|
||||||
home.stateVersion = "23.05"; # Please read the comment before changing.
|
home.stateVersion = "23.05"; # Please read the comment before changing.
|
||||||
|
|
||||||
|
nixpkgs.config = {
|
||||||
|
allowUnfree = true;
|
||||||
|
};
|
||||||
|
|
||||||
# The home.packages option allows you to install Nix packages into your
|
# The home.packages option allows you to install Nix packages into your
|
||||||
# environment.
|
# environment.
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue