calcite: add notification center and kdeconnect
This commit is contained in:
parent
854f450677
commit
f1079f3095
9 changed files with 65 additions and 22 deletions
|
@ -1,3 +1,8 @@
|
|||
{ config, lib, ... }:
|
||||
let
|
||||
inherit (lib) mkOption types;
|
||||
cfg = config.custom-hm.gui;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./niri.nix
|
||||
|
@ -5,4 +10,11 @@
|
|||
./gtklock.nix
|
||||
./waybar.nix
|
||||
];
|
||||
|
||||
options.custom-hm.gui = {
|
||||
wallpaper = mkOption {
|
||||
type = types.path;
|
||||
default = ./bwmountains.jpg;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue