mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
add kde connect
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
./nvim
|
||||
./barrier
|
||||
./firefox
|
||||
./kdeconnect
|
||||
# ./bitwarden
|
||||
];
|
||||
|
||||
|
6
modules/home-manager/kdeconnect/default.nix
Normal file
6
modules/home-manager/kdeconnect/default.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ ... }: {
|
||||
services.kdeconnect = {
|
||||
enable = true;
|
||||
indicator = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user