Fix: add Vicinae application launcher to NixOS configuration and update keybindings for Hyprland

This commit is contained in:
2025-10-28 02:52:38 +00:00
parent 2908b32f87
commit a948283495
3 changed files with 9 additions and 3 deletions

View File

@@ -13,11 +13,14 @@
# Hyprland - Tiling Wayland compositor
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
# Vicinae - Application launcher
vicinae.url = "github:vicinaehq/vicinae";
# Optional: Other useful inputs
# nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
};
outputs = { self, nixpkgs, home-manager, hyprland, ... }@inputs: {
outputs = { self, nixpkgs, home-manager, hyprland, vicinae, ... }@inputs: {
# NixOS configuration for your hostname(s)
nixosConfigurations = {
# Desktop PC configuration