production client

This commit is contained in:
m3tam3re 2023-02-28 15:28:22 +01:00
parent 8a48849432
commit a9aefa240b
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
{ config, pkgs, ... }: {
imports = [
./base
../../features/cli
../../features/desktop/plasma.nix ];
features = {
cli = {
fish.enable = true;
starship.enable = true;
};
};
home.stateVersion = "22.11";
}