add non-nix config

This commit is contained in:
Aditya 2023-03-27 12:13:26 +05:30
parent 817ac2d3bd
commit 9172a28764

View file

@ -14,8 +14,18 @@
# You can update Home Manager without changing this value. See
# the Home Manager release notes for a list of state version
# changes in each release.
home.stateVersion = "22.05";
home.stateVersion = "unstable";
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
nixpkgs.config.allowUnfree = true;
targets.genericLinux.enable = true;
home.packages = [
pkgs.kotlin
];
programs.emacs.enable = yes;
}