Enable KDEConnect
This commit is contained in:
parent
b38c627677
commit
db15c4763a
@ -20,6 +20,7 @@ user:
|
|||||||
./home.nix
|
./home.nix
|
||||||
./htop.nix
|
./htop.nix
|
||||||
./i3.nix
|
./i3.nix
|
||||||
|
./kdeconnect.nix
|
||||||
./lsd.nix
|
./lsd.nix
|
||||||
./man.nix
|
./man.nix
|
||||||
./neovim/neovim.nix
|
./neovim/neovim.nix
|
||||||
|
6
home/kdeconnect.nix
Normal file
6
home/kdeconnect.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{ ... }: {
|
||||||
|
services.kdeconnect = {
|
||||||
|
enable = true;
|
||||||
|
indicator = true;
|
||||||
|
};
|
||||||
|
}
|
@ -180,6 +180,7 @@ inputs:
|
|||||||
enable = true;
|
enable = true;
|
||||||
plugins = with pkgs.xfce; [ thunar-archive-plugin thunar-volman ];
|
plugins = with pkgs.xfce; [ thunar-archive-plugin thunar-volman ];
|
||||||
};
|
};
|
||||||
|
kdeconnect.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
|
Loading…
Reference in New Issue
Block a user