mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 10:10:31 +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;
|
||||
|
|
Loading…
Reference in a new issue