mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 04:20:33 +01:00
flameshot; nixvim: trouble
This commit is contained in:
parent
2eac3d1768
commit
d68e0b420f
|
@ -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
|
||||
]
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
|
||||
colorschemes.catppuccin.enable = true;
|
||||
plugins = {
|
||||
trouble = {
|
||||
enable = true;
|
||||
};
|
||||
wakatime.enable = true;
|
||||
headlines.enable = true;
|
||||
twilight.enable = true;
|
||||
|
|
|
@ -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" = "";
|
||||
|
|
Loading…
Reference in a new issue