Files
home-manager/desktop-environment/status-bar.nix
Nina Chlóe Kassandra Reiß 64817ef4ff Add ssh and git configuration
2026-04-20 15:59:52 +02:00

7 lines
81 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
# New system packages
];
}