summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCrazazy2025-04-03 12:51:42 +0200
committerCrazazy2025-04-03 12:51:42 +0200
commitdc7bd5b26aaf0f3733089d061ea85fd63c09741e (patch)
treeccfefdf5a965766c810cf0f38ece2f8cd9b7658a
parent782ba9e73d028a079c90060ac7c893413642525a (diff)
Update packages in configHEADmaster
-rw-r--r--nixos.org8
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;
};