mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 15:50:32 +01:00
flameshot; nixvim: trouble
This commit is contained in:
parent
2eac3d1768
commit
d68e0b420f
|
@ -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
|
||||||
]
|
]
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue