aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-04-17 20:36:50 +0200
committerAdrian Kummerlaender2019-04-17 20:36:50 +0200
commitc7e8420e8f2951fe260614c9c3aee7b0dd1f394d (patch)
tree81c2d483aa692c7701be9ca123da8fbfec78f224 /home.nix
parenta28061ac275ae665f6e8bdd131e7b56422176f1d (diff)
downloadnixos_home-c7e8420e8f2951fe260614c9c3aee7b0dd1f394d.tar
nixos_home-c7e8420e8f2951fe260614c9c3aee7b0dd1f394d.tar.gz
nixos_home-c7e8420e8f2951fe260614c9c3aee7b0dd1f394d.tar.bz2
nixos_home-c7e8420e8f2951fe260614c9c3aee7b0dd1f394d.tar.lz
nixos_home-c7e8420e8f2951fe260614c9c3aee7b0dd1f394d.tar.xz
nixos_home-c7e8420e8f2951fe260614c9c3aee7b0dd1f394d.tar.zst
nixos_home-c7e8420e8f2951fe260614c9c3aee7b0dd1f394d.zip
Update config after system update
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/home.nix b/home.nix
index df2b6af..15ce0ae 100644
--- a/home.nix
+++ b/home.nix
@@ -1,9 +1,7 @@
{ config, pkgs, ... }:
{
- custom.pkgs = import <mypkgs> {
- pkgs = import <nixpkgs-unstable> { };
- };
+ custom.pkgs = import <mypkgs> { };
imports = [
# define options custom to this config