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

View file

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

View file

@ -27,7 +27,7 @@
position = "top"; position = "top";
height = 30; height = 30;
modules-left = ["hyprland/workspaces" "keyboard-state"]; 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"]; modules-right = ["tray" "battery" "battery#bat2" "battery#bat3" "clock"];
"tray" = {"icon-size" = 21;}; "tray" = {"icon-size" = 21;};
"network" = { "network" = {