diff options
-rw-r--r-- | nixos.org | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/nixos.org b/nixos.org index b75a25a..08062f6 100644 --- a/nixos.org +++ b/nixos.org @@ -271,10 +271,10 @@ stuff wf-shell wayfire-plugins-extra ]; - sound.enable = true; + services.pipewire.audio.enable = true; fonts.packages = with pkgs; [ noto-fonts - noto-fonts-cjk + noto-fonts-cjk-sans noto-fonts-emoji liberation_ttf fira-code @@ -284,7 +284,8 @@ stuff proggyfonts ]; environment.systemPackages = with pkgs; [ - wofi waypipe + waypipe swaylock alsa-utils brightnessctl + grim slurp wofi ]; } #+end_src @@ -408,6 +409,7 @@ stuff services.emacs = { # package = import ./emacs.nix; package = pkgs.emacs29-pgtk; + startWithGraphical = true; defaultEditor = true; enable = true; }; |