added kde connect to noctalia. its still work in progress though
This commit is contained in:
@@ -10,9 +10,27 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf config.modules.noctalia.enable {
|
config = lib.mkIf config.modules.noctalia.enable {
|
||||||
|
services.kdeconnect.enable = true;
|
||||||
|
|
||||||
programs.noctalia-shell.enable = true;
|
programs.noctalia-shell.enable = true;
|
||||||
programs.noctalia-shell.settings =
|
programs.noctalia-shell.settings =
|
||||||
(builtins.fromJSON (builtins.readFile ./noctalia/config.json)).settings;
|
(builtins.fromJSON (builtins.readFile ./noctalia/config.json)).settings;
|
||||||
|
programs.noctalia-shell.plugins = {
|
||||||
|
sources = [
|
||||||
|
{
|
||||||
|
enabled = true;
|
||||||
|
name = "Official Noctalia Plugins";
|
||||||
|
url = "https://github.com/noctalia-dev/noctalia-plugins";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
states = {
|
||||||
|
kde-connect = {
|
||||||
|
enabled = true;
|
||||||
|
sourceUrl = "https://github.com/noctalia-dev/noctalia-plugins/";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
version = 2;
|
||||||
|
};
|
||||||
home.file."${config.home.homeDirectory}/Pictures/Wallpapers".source = ./backgrounds;
|
home.file."${config.home.homeDirectory}/Pictures/Wallpapers".source = ./backgrounds;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user