From 538463dbeacf55a78b1dbc025cf375e835ac678f Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Thu, 15 Apr 2021 13:50:36 -0400 Subject: [PATCH] update --- flake.lock | 8 ++++---- flake.nix | 2 +- hosts/p71.nix | 14 ++++++++------ 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index 343bda0..01449a1 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } }, diff --git a/flake.nix b/flake.nix index c3d195c..092b347 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; diff --git a/hosts/p71.nix b/hosts/p71.nix index c9d390c..d890660 100644 --- a/hosts/p71.nix +++ b/hosts/p71.nix @@ -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 ];