flameshot; nixvim: trouble

This commit is contained in:
xqtc 2024-09-17 16:55:15 +02:00
parent 2eac3d1768
commit d68e0b420f
3 changed files with 8 additions and 2 deletions

View file

@ -4,6 +4,7 @@
pkgs,
...
}: let
flameshot = pkgs.flameshot.overrideDerivation (old: {NIX_CFLAGS_COMPILE = "-DUSE_WAYLAND_GRIM";});
x86pkgs =
if pkgs.system == "x86_64-linux"
then [
@ -16,6 +17,8 @@
pkgs.tutanota-desktop
pkgs.bitwarden-desktop
pkgs.bottles
flameshot
pkgs.grim
# pkgs.ida-free
# pkgs.spotify
]

View file

@ -26,6 +26,9 @@
colorschemes.catppuccin.enable = true;
plugins = {
trouble = {
enable = true;
};
wakatime.enable = true;
headlines.enable = true;
twilight.enable = true;

View file

@ -27,11 +27,11 @@
position = "top";
height = 30;
modules-left = ["hyprland/workspaces" "keyboard-state"];
modules-center = ["cpu" "memory" "disk" "disk#HDD1" "disk#HDD2" "network" ];
modules-center = ["cpu" "memory" "disk" "disk#HDD1" "disk#HDD2" "network"];
modules-right = ["tray" "battery" "battery#bat2" "battery#bat3" "clock"];
"tray" = {"icon-size" = 21;};
"network" = {
"interval" = 3;
"interval" = 3;
"format-wifi" = "NET: {essid} {ipaddr}/{cidr} ({signalStrength}%) {bandwidthUpBits} {bandwidthDownBits} ";
"format-ethernet" = "NET: {ipaddr}/{cidr} {bandwidthUpBits} {bandwidthDownBits} ";
"format-disconnected" = "";