diff --git a/flake.lock b/flake.lock index ecc6bd2..3cbb9b2 100644 --- a/flake.lock +++ b/flake.lock @@ -34,17 +34,17 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1611574965, - "narHash": "sha256-IYtGS077nJFIqSq6Cb8WEJwbqqd4K7S4vUuwPZKfLeo=", + "lastModified": 1652467128, + "narHash": "sha256-1wuQ7QgPQ3tugYcoVMJ3pUzl4wVdBzKZr9qtJAgA4VI=", "owner": "NixOS", - "repo": "nixpkgs-channels", - "rev": "4762fba469e2baa82f983b262e2c06ac2fdaae67", + "repo": "nixpkgs", + "rev": "fb222e008681fce4608e94f2d1dfdf3d03a364c4", "type": "github" }, "original": { "owner": "NixOS", "ref": "nixos-unstable", - "repo": "nixpkgs-channels", + "repo": "nixpkgs", "type": "github" } }, diff --git a/flake.nix b/flake.nix index ef1e1d4..afc4ee7 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { nixpkgs = { - url = github:NixOS/nixpkgs-channels/nixos-unstable; + url = github:NixOS/nixpkgs/nixos-unstable; }; home-manager = { diff --git a/modules/default.nix b/modules/default.nix index e3867a1..c9c8826 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -121,6 +121,9 @@ let named = submodule { time.timeZone = "Europe/Amsterdam"; + home-manager.useGlobalPkgs = true; + home-manager.useUserPackages = true; + environment.systemPackages = with pkgs; [ # Web utils @@ -146,6 +149,9 @@ let named = submodule { # Born to VIM ":q" = "exit"; + # Sike I use kakoune + ":e" = "kak"; + # Launch [A]lacritty "a" = "alacritty";