Initial commit
This commit is contained in:
13
home/system/vicinae/default.nix
Normal file
13
home/system/vicinae/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
imports = [ inputs.vicinae.homeManagerModules.default ];
|
||||
|
||||
services.vicinae = {
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland.settings.exec-once = [
|
||||
"systemctl enable --now --user vicinae.service"
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user