diff options
| author | caley <u65487754@gmail.com> | 2026-05-27 18:12:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-27 18:12:41 +0200 |
| commit | ec2b38befee5981f70fb5d4ca427579d9f5bbf36 (patch) | |
| tree | f029e2a425e66686f8ead56dfc21f96934b41537 | |
| parent | 70a7c07d562940ccfee1650bb639a866f0be8732 (diff) | |
Update system packages in configuration.nix
Rearranged system packages and added new ones.
| -rw-r--r-- | nixos/configuration.nix | 31 |
1 files changed, 13 insertions, 18 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 2235a39..f1ee271 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -75,32 +75,24 @@ }; environment.systemPackages = with pkgs; [ - awww btop - dunst - emacs git - grim - hyprlock - hyprpicker - hyprshade - imv kitty - krita + wl-clipboard + emacs + awww + dunst libnotify - mpv - nautilus - neovim - obs-studio - obsidian - prismlauncher pywal + quickshell rofi + grim slurp + nautilus + imv + mpv + obs-studio vesktop - waybar - wl-clipboard - zed-editor ]; fonts.packages = with pkgs; [ @@ -113,5 +105,8 @@ environment.systemPackages = with pkgs; [ twemoji-color-font ]; +documentation.enable = false; +documentation.man.enable = false; + system.stateVersion = "25.11"; } |
