mORE FLAKES SHIT

This commit is contained in:
Riley Apeldoorn 2022-05-15 17:52:51 +02:00
parent 7c75d415ff
commit a1a09c4b17
3 changed files with 12 additions and 6 deletions

View File

@ -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"
}
},

View File

@ -3,7 +3,7 @@
inputs = {
nixpkgs = {
url = github:NixOS/nixpkgs-channels/nixos-unstable;
url = github:NixOS/nixpkgs/nixos-unstable;
};
home-manager = {

View File

@ -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";