non important commit

This commit is contained in:
benstrb 2026-01-27 19:04:45 +01:00
parent 4c773d8851
commit ae56f0a440
8 changed files with 21 additions and 19 deletions

View file

@ -1,6 +1,6 @@
{
programs.kitty = {
enable = true;
enable = false;
settings = {
background_opacity = 0.75;

View file

@ -68,8 +68,8 @@
binds = {
"Mod+Q".action.close-window = [];
"Mod+Return".action.spawn = ["kitty"];
"Mod+A".action.spawn = ["rofi" "-show" "drun"];
"Mod+Return".action.spawn = ["foot"];
"Mod+A".action.spawn = ["wofi"];
"Mod+B".action.spawn = ["firefox"];
"Mod+O".action.toggle-overview = [];

View file

@ -33,9 +33,9 @@
enable = true;
registers = "unnamedplus";
providers = {
xclip = {
wl-copy = {
enable = true;
package = pkgs.xclip;
package = pkgs.wl-clipboard;
};
};
};

View file

@ -1,6 +1,6 @@
{
services.picom = {
enable = true;
enable = false;
backend = "glx";
};

View file

@ -1,6 +1,6 @@
{pkgs, ...}: {
services.polybar = {
enable = true;
enable = false;
package = pkgs.polybar.override {
mpdSupport = true;