production client
This commit is contained in:
parent
8a48849432
commit
a9aefa240b
|
@ -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";
|
||||
}
|
Loading…
Reference in New Issue