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-14 11:19:36 +02:00
parent 88eb91c780
commit 246412ae4b
7 changed files with 76 additions and 12 deletions
+6 -1
View File
@@ -75,15 +75,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
@@ -95,6 +97,9 @@
"nix-command"
"flakes"
];
environment.systemPackages = [
self.packages.${pkgs.system}.custom-performance
];
};
flake.nixosModules.home-manager-desktop = {pkgs, ...}: {
imports = [