This commit is contained in:
Sridhar Ratnakumar 2021-04-15 13:50:36 -04:00
parent 6060e1e711
commit 538463dbea
3 changed files with 13 additions and 11 deletions

8
flake.lock generated
View file

@ -167,17 +167,17 @@
},
"nixpkgs_4": {
"locked": {
"lastModified": 1618251784,
"narHash": "sha256-/IG7op2hUVnjzKt2UXL152+YsL0gdPakk6/RxondIJ0=",
"lastModified": 1618343055,
"narHash": "sha256-yux3woyNtMt6ynYRq7+DYe19CC+SoI/LJW+zSJd0UOs=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "311ceed827f531f88f46222920cd1ebb2c101f73",
"rev": "e019872af81e4013fd518fcacfba74b1de21a50e",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "311ceed827f531f88f46222920cd1ebb2c101f73",
"rev": "e019872af81e4013fd518fcacfba74b1de21a50e",
"type": "github"
}
},

View file

@ -6,7 +6,7 @@
# https://status.nixos.org/
#
# This ensures that we always use the official # cache.
nixpkgs.url = "github:nixos/nixpkgs/311ceed827f531f88f46222920cd1ebb2c101f73";
nixpkgs.url = "github:nixos/nixpkgs/e019872af81e4013fd518fcacfba74b1de21a50e";
nixos-hardware.url = github:NixOS/nixos-hardware/master;
home-manager.url = "github:nix-community/home-manager";

View file

@ -78,17 +78,19 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
gnome3.gnome-tweaks
aria2
brave
fzf
gnome3.gnome-tweaks
google-chrome
vscode
htop
mpv
nodejs-12_x # Need this node https://nixos.wiki/wiki/Vscode
obsidian
signal-desktop
ripgrep
fzf
htop
psmisc
ripgrep
signal-desktop
vscode
];