Auto: cleanup-2026-05-24T10-18-36Z

This commit is contained in:
2026-05-24 12:18:49 +02:00
parent 4dc460dc0c
commit 16c01a5e67
71 changed files with 1770 additions and 1731 deletions
+28 -27
View File
@@ -1,28 +1,29 @@
{ self, ... }: {
flake.nixosModules.otherUtils = # try to keep packages here at a minium. Preferably use a dedicated file
{
pkgs,
pkgs-unstable,
...
}: {
environment.systemPackages = with pkgs; [
gnome-calculator
snapshot
gnome-characters
#tree # shows dir in tree # we use eza now
brightnessctl # control brightness
powertop
fzf
bottom # Cross-platform graphical process/system monitor with a customizable interface
tomato-c # pomodoro timer
#hyprshot
mailcap
fuzzel
usbutils # used for lsusb
self.packages.${pkgs.system}.custom-tomato
self.packages.${pkgs.system}.custom-syllabes
pkgs-unstable.bitwarden-desktop
fluffychat # matrix client
];
};
{self, ...}: {
flake.nixosModules.otherUtils =
# try to keep packages here at a minium. Preferably use a dedicated file
{
pkgs,
pkgs-unstable,
...
}: {
environment.systemPackages = with pkgs; [
gnome-calculator
snapshot
gnome-characters
#tree # shows dir in tree # we use eza now
brightnessctl # control brightness
powertop
fzf
bottom # Cross-platform graphical process/system monitor with a customizable interface
tomato-c # pomodoro timer
#hyprshot
mailcap
fuzzel
usbutils # used for lsusb
self.packages.${pkgs.system}.custom-tomato
self.packages.${pkgs.system}.custom-syllabes
pkgs-unstable.bitwarden-desktop
fluffychat # matrix client
];
};
}