Add a few extra tools

This commit is contained in:
Greg Hellings
2023-07-26 21:47:16 -05:00
parent 4ef7adca04
commit 6cfe0a34c5
3 changed files with 7 additions and 1 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
imports = [
@@ -15,4 +15,8 @@
greg.tailscale.enable = true;
greg.gnome.enable = true;
greg.kde.enable = false;
environment.systemPackages = with pkgs; [
oathToolkit
];
}