mORE FLAKES SHIT
This commit is contained in:
parent
7c75d415ff
commit
a1a09c4b17
3 changed files with 12 additions and 6 deletions
10
flake.lock
10
flake.lock
|
@ -34,17 +34,17 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1611574965,
|
"lastModified": 1652467128,
|
||||||
"narHash": "sha256-IYtGS077nJFIqSq6Cb8WEJwbqqd4K7S4vUuwPZKfLeo=",
|
"narHash": "sha256-1wuQ7QgPQ3tugYcoVMJ3pUzl4wVdBzKZr9qtJAgA4VI=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs-channels",
|
"repo": "nixpkgs",
|
||||||
"rev": "4762fba469e2baa82f983b262e2c06ac2fdaae67",
|
"rev": "fb222e008681fce4608e94f2d1dfdf3d03a364c4",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"ref": "nixos-unstable",
|
"ref": "nixos-unstable",
|
||||||
"repo": "nixpkgs-channels",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
url = github:NixOS/nixpkgs-channels/nixos-unstable;
|
url = github:NixOS/nixpkgs/nixos-unstable;
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
|
|
|
@ -121,6 +121,9 @@ let named = submodule {
|
||||||
|
|
||||||
time.timeZone = "Europe/Amsterdam";
|
time.timeZone = "Europe/Amsterdam";
|
||||||
|
|
||||||
|
home-manager.useGlobalPkgs = true;
|
||||||
|
home-manager.useUserPackages = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
||||||
# Web utils
|
# Web utils
|
||||||
|
@ -146,6 +149,9 @@ let named = submodule {
|
||||||
# Born to VIM
|
# Born to VIM
|
||||||
":q" = "exit";
|
":q" = "exit";
|
||||||
|
|
||||||
|
# Sike I use kakoune
|
||||||
|
":e" = "kak";
|
||||||
|
|
||||||
# Launch [A]lacritty
|
# Launch [A]lacritty
|
||||||
"a" = "alacritty";
|
"a" = "alacritty";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue