add vicinae launcher
This commit is contained in:
parent
d91aabd3c0
commit
7b0b3ac084
5 changed files with 87 additions and 9 deletions
11
home-manager/desktop/vicinae.nix
Normal file
11
home-manager/desktop/vicinae.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.vicinae.homeManagerModules.default
|
||||
];
|
||||
|
||||
services.vicinae = {
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue