mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 15:16:23 +01:00
fixed xkeysnail and themeing
This commit is contained in:
parent
6f1ebdcc9a
commit
274d82231f
|
@ -8,8 +8,8 @@
|
|||
home-manager.users.jade = { pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
gtk-engine-murrine
|
||||
#gruvbox-dark-gtk
|
||||
#gruvbox-dark-icons-gtk
|
||||
gruvbox-dark-gtk
|
||||
gruvbox-dark-icons-gtk
|
||||
];
|
||||
gtk = {
|
||||
enable = true;
|
||||
|
@ -32,7 +32,10 @@
|
|||
name = "gruvbox-dark";
|
||||
};
|
||||
};
|
||||
qt.platformTheme = "gtk";
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "gtk";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
command = "xhost +";
|
||||
}
|
||||
{
|
||||
command = "${pkgs.xkeysnail} ${../../other/xkeysnail.py}";
|
||||
command = "${pkgs.xkeysnail}/bin/xkeysnail ${../../other/xkeysnail.py}";
|
||||
always = true;
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue