This repository has been archived on 2025-03-05. You can view files and clone it, but cannot push or open issues or pull requests.
2023-07-18 12:53:55 +02:00

13 lines
198 B
Nix

{ config, pkgs, ... }: {
imports = [ ./base ../../features/cli ];
features = {
cli = {
fish.enable = true;
starship.enable = true;
};
};
home.stateVersion = "22.11";
}