mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
Fix: add Vicinae application launcher to NixOS configuration and update keybindings for Hyprland
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
@@ -12,6 +12,9 @@
|
||||
|
||||
# Packages to install for this user
|
||||
home.packages = with pkgs; [
|
||||
# Launcher
|
||||
inputs.vicinae.packages.${pkgs.system}.default # Vicinae launcher
|
||||
|
||||
# Development tools
|
||||
vscode
|
||||
# neovim
|
||||
|
||||
Reference in New Issue
Block a user