mirror of
https://git.adityakumar.xyz/config.git
synced 2024-11-09 12:09:44 +00:00
add non-nix config
This commit is contained in:
parent
817ac2d3bd
commit
9172a28764
1 changed files with 11 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue