mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Rename shell option
This commit is contained in:
parent
de7855ade5
commit
e0903f42bf
5 changed files with 7 additions and 12 deletions
|
|
@ -1,14 +1,13 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
osConfig,
|
||||
wrappers,
|
||||
...
|
||||
}:
|
||||
{
|
||||
myConfig = {
|
||||
de.hyprland.enable = osConfig.myConfig.de.hyprland.enable;
|
||||
shell.enable = true;
|
||||
de.hyprland.enable = true;
|
||||
shell.zsh.enable = true;
|
||||
ssh-client.enable = true;
|
||||
git.enable = true;
|
||||
vscode.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue