dosei/home: add groovy to env packages
This commit is contained in:
parent
fbf3a6bc29
commit
e42f0db2dc
@ -1,7 +1,11 @@
|
||||
{ config, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.stateVersion = "24.05";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
groovy
|
||||
];
|
||||
|
||||
programs.ssh.matchBlocks = {
|
||||
"tsuki-ws" = {
|
||||
user = "h7x4";
|
||||
|
Loading…
Reference in New Issue
Block a user