Enable compton
This commit is contained in:
parent
0e8c76bba0
commit
8581833387
1 changed files with 4 additions and 7 deletions
|
@ -4,6 +4,10 @@ let
|
|||
in
|
||||
{
|
||||
services = {
|
||||
compton = {
|
||||
enable = true;
|
||||
vSync = "opengl-oml";
|
||||
};
|
||||
network-manager-applet.enable = true;
|
||||
kdeconnect = {
|
||||
enable = true;
|
||||
|
@ -69,13 +73,6 @@ in
|
|||
programs.autorandr = {
|
||||
enable = true;
|
||||
|
||||
hooks = {
|
||||
postswitch = {
|
||||
"restart-polybar" = "systemctl --user restart polybar";
|
||||
"restart-kde-connect-indicator" = "systemctl --user restart kdeconnect-indicator";
|
||||
};
|
||||
};
|
||||
|
||||
profiles = {
|
||||
"foureighty-alone" = {
|
||||
fingerprint = {
|
||||
|
|
Loading…
Reference in a new issue