add(apps): vicinae

This commit is contained in:
kenji
2026-01-02 07:47:53 -06:00
parent bf279b426e
commit 6b3662c07c
4 changed files with 8 additions and 1 deletions
View File
+4
View File
@@ -49,6 +49,10 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
inputs.elephant.follows = "elephant"; inputs.elephant.follows = "elephant";
}; };
vicinae.url = {
url = "github:vicinaehq/vicinae";
inputs.nixpkgs.follows = "nixpkgs";
};
}; };
outputs = { outputs = {
+1
View File
@@ -15,6 +15,7 @@
../modules/home/music.nix ../modules/home/music.nix
inputs.walker.homeManagerModules.default inputs.walker.homeManagerModules.default
inputs.sops-nix.homeManagerModules.sops inputs.sops-nix.homeManagerModules.sops
inputs.vicinae.homeManagerModules.default
]; ];
home.sessionVariables = { home.sessionVariables = {
+3 -1
View File
@@ -4,8 +4,10 @@
../../apps/hypridle ../../apps/hypridle
../../apps/hyprlock ../../apps/hyprlock
../../apps/walker ../../apps/walker
../../apps/vicinae
# ../../apps/fsel # ../../apps/fsel
../../apps/hyprpaper ../../apps/hyprpaper
../../apps/tte ../../apps/tte
]; ];
} }