From 6b3662c07cb8c54c38372bfbe96165a3d9487a35 Mon Sep 17 00:00:00 2001 From: kenji Date: Fri, 2 Jan 2026 07:47:53 -0600 Subject: [PATCH] add(apps): vicinae --- apps/vicinae/default.nix | 0 flake.nix | 4 ++++ home/hakase.nix | 1 + modules/home/hyprland.nix | 4 +++- 4 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 apps/vicinae/default.nix diff --git a/apps/vicinae/default.nix b/apps/vicinae/default.nix new file mode 100644 index 0000000..e69de29 diff --git a/flake.nix b/flake.nix index 3b8ff41..495ce4e 100644 --- a/flake.nix +++ b/flake.nix @@ -49,6 +49,10 @@ inputs.nixpkgs.follows = "nixpkgs"; inputs.elephant.follows = "elephant"; }; + vicinae.url = { + url = "github:vicinaehq/vicinae"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = { diff --git a/home/hakase.nix b/home/hakase.nix index 62519da..8c4ff5a 100644 --- a/home/hakase.nix +++ b/home/hakase.nix @@ -15,6 +15,7 @@ ../modules/home/music.nix inputs.walker.homeManagerModules.default inputs.sops-nix.homeManagerModules.sops + inputs.vicinae.homeManagerModules.default ]; home.sessionVariables = { diff --git a/modules/home/hyprland.nix b/modules/home/hyprland.nix index 34d7ea0..21ad45f 100644 --- a/modules/home/hyprland.nix +++ b/modules/home/hyprland.nix @@ -4,8 +4,10 @@ ../../apps/hypridle ../../apps/hyprlock ../../apps/walker + ../../apps/vicinae # ../../apps/fsel ../../apps/hyprpaper ../../apps/tte ]; -} \ No newline at end of file +} +