flake: update 25.11

This commit is contained in:
Leonardo Eugênio 2025-12-31 21:38:44 -03:00
parent c6301c2f83
commit d7229a0948
20 changed files with 53 additions and 67 deletions

View file

@ -15,7 +15,7 @@
};
home.packages = with pkgs; [
tdesktop
telegram-desktop
discord-canary
thunderbird
element-desktop

View file

@ -17,7 +17,7 @@ in
# steam # It's enabled in the system config
tlauncher
gamescope
glxinfo
mesa-demos
vulkan-tools
];
};

View file

@ -73,7 +73,7 @@
gavin-bc
file
jq
du-dust
dust
p7zip
tealdeer
micro

View file

@ -130,7 +130,7 @@ in
terminal
ranger
bmenu
kak-lsp
kakoune-lsp
kak-tree-sitter
kak-pager
kak-man-pager

View file

@ -19,7 +19,7 @@
wl-clipboard
highlight # syntax highlight
poppler_utils # pdf preview
poppler-utils # pdf preview
ffmpeg # audio preview
ffmpegthumbnailer # video preview
fontforge # font preview

View file

@ -18,7 +18,7 @@ in
config = {
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland.override {
package = pkgs.rofi.override {
plugins = with pkgs; [
rofi-emoji
rofi-file-browser

View file

@ -22,7 +22,7 @@ in
{
timeout = 1800;
command = asScript "swayidle-suspend-monitors" ''
${pkgs.mpc_cli}/bin/mpc status | grep "^[playing]" > /dev/null || ${pkgs.sway}/bin/swaymsg "output * dpms off"
${pkgs.mpc}/bin/mpc status | grep "^[playing]" > /dev/null || ${pkgs.sway}/bin/swaymsg "output * dpms off"
'';
resumeCommand = asScript "swayidle-wakeup-monitors" ''
${pkgs.sway}/bin/swaymsg "output * dpms on"

View file

@ -136,7 +136,7 @@ in
};
mpd =
let
mpc = "${pkgs.mpc-cli}/bin/mpc";
mpc = "${pkgs.mpc}/bin/mpc";
in
{
format = "{stateIcon} {title} - {artist}";