custom-performance: entire rewrite

Now kills caelestia, change monitor hz and launches lightweight
alternative to calestia (waybar and swaync)
This commit is contained in:
2026-06-13 11:56:27 +02:00
parent 158a5c2b29
commit 09d92bc8e2
7 changed files with 154 additions and 19 deletions
+6 -1
View File
@@ -74,15 +74,17 @@
rofi
sbb-tui
ssh
swaync # used in performance mode
thunderbird
tomasr
vivify
waybar-minimal # used in performance mode
zoxide
zsh
zsh-desktop
];
};
flake.nixosModules.desktop = _: {
flake.nixosModules.desktop = {pkgs, ...}: {
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave
@@ -94,6 +96,9 @@
"nix-command"
"flakes"
];
environment.systemPackages = [
self.packages.${pkgs.system}.custom-performance
];
};
flake.nixosModules.home-manager-desktop = {pkgs, ...}: {
imports = [