dosei/home: add groovy to env packages

This commit is contained in:
Oystein Kristoffer Tveit 2024-12-09 21:32:25 +01:00
parent fbf3a6bc29
commit e42f0db2dc
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

View File

@ -1,7 +1,11 @@
{ config, ... }:
{ config, pkgs, ... }:
{
home.stateVersion = "24.05";
home.packages = with pkgs; [
groovy
];
programs.ssh.matchBlocks = {
"tsuki-ws" = {
user = "h7x4";