north 28
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, lib, pkgs, user, host, allowed, secrets, rice, nvidia, ... }:
|
||||
{ config, lib, pkgs, pkgs-unstable, user, host, allowed, secrets, rice, nvidia, ... }:
|
||||
let
|
||||
in
|
||||
{
|
||||
@@ -62,6 +62,7 @@ in
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
lazygit # home-manager module is bugged
|
||||
git-crypt
|
||||
wget
|
||||
curl
|
||||
@@ -77,7 +78,9 @@ in
|
||||
blueman
|
||||
dmidecode
|
||||
file
|
||||
];
|
||||
] ++ (with pkgs-unstable; [
|
||||
sendme
|
||||
]);
|
||||
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user