dotfiles/hosts/blackbox-jr/home.nix

15 lines
190 B
Nix
Raw Normal View History

2023-01-03 05:32:32 +00:00
{ pkgs, ... }:
{
home.stateVersion = "22.05";
home.sessionVariables = {
};
home.packages = with pkgs; [
2023-02-28 05:42:45 +00:00
maestral
maestral-gui
2023-01-03 05:32:32 +00:00
];
home.file = {
};
}