conf
This commit is contained in:
parent
45a87eed5c
commit
3c2999c221
7 changed files with 21 additions and 96 deletions
|
|
@ -11,28 +11,13 @@
|
|||
];
|
||||
|
||||
nixpkgs = {
|
||||
# You can add overlays here
|
||||
overlays = [
|
||||
# Add overlays your own flake exports (from overlays and pkgs dir):
|
||||
outputs.overlays.additions
|
||||
outputs.overlays.modifications
|
||||
outputs.overlays.unstable-packages
|
||||
|
||||
# You can also add overlays exported from other flakes:
|
||||
# neovim-nightly-overlay.overlays.default
|
||||
|
||||
# Or define it inline, for example:
|
||||
# (final: prev: {
|
||||
# hi = final.hello.overrideAttrs (oldAttrs: {
|
||||
# patches = [ ./change-hello-to-hi.patch ];
|
||||
# });
|
||||
# })
|
||||
];
|
||||
# Configure your nixpkgs instance
|
||||
config = {
|
||||
# Disable if you don't want unfree packages
|
||||
allowUnfree = true;
|
||||
# Workaround for https://github.com/nix-community/home-manager/issues/2942
|
||||
allowUnfreePredicate = _: true;
|
||||
};
|
||||
};
|
||||
|
|
@ -41,16 +26,15 @@
|
|||
username = "horseman";
|
||||
homeDirectory = "/home/horseman";
|
||||
};
|
||||
|
||||
# Add stuff for your user as you see fit:
|
||||
# programs.neovim.enable = true;
|
||||
|
||||
# Enable programs
|
||||
home.packages = with pkgs; [
|
||||
bitwarden
|
||||
discord
|
||||
jetbrains.clion
|
||||
jetbrains.pycharm-professional
|
||||
jetbrains.idea-ultimate
|
||||
jetbrains.jdk
|
||||
jetbrains-toolbox
|
||||
gimp
|
||||
gnome.gnome-tweaks
|
||||
gnomeExtensions.just-perfection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue