fixed EVEN MORE splling errors
This commit is contained in:
parent
180a08937d
commit
94c42d8b13
5 changed files with 7 additions and 5 deletions
|
@ -19,7 +19,7 @@ in {
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
programs.zsh.enable = true;
|
||||
user.users.${username}.shell = pkgs.zsh;
|
||||
users.users.${username}.shell = pkgs.zsh;
|
||||
environment = {
|
||||
shells = [ pkgs.zsh ];
|
||||
pathsToLink = [ "/share/zsh" ];
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
with lib; let
|
||||
cfg = config.myOptions.services.pipewire;
|
||||
in {
|
||||
options.myOptions.services.enable = mkEnableOption "pipewire";
|
||||
options.myOptions.services.pipewire.enable = mkEnableOption "pipewire";
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
hardware.pulseaudio.enable = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue