mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-05 18:29:26 -05:00
Normalize options naming and add option to customize hyprland apps
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
in {
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
bind =
|
||||
cfg.quickAppBindings
|
||||
cfg.quick_app_bindings
|
||||
++ [
|
||||
# Start default apps
|
||||
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
}: let
|
||||
cfg = config.omarchy;
|
||||
in {
|
||||
imports = [
|
||||
./autostart.nix
|
||||
./bindings.nix
|
||||
@@ -12,13 +14,6 @@
|
||||
];
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
# Default applications
|
||||
"$terminal" = "alacritty";
|
||||
"$fileManager" = "nautilus --new-window";
|
||||
"$browser" = "chromium --new-window --ozone-platform=wayland";
|
||||
"$music" = "spotify";
|
||||
"$passwordManager" = "1password";
|
||||
"$messenger" = "signal-desktop";
|
||||
"$webapp" = "$browser --app";
|
||||
|
||||
# Environment variables
|
||||
env = [
|
||||
|
||||
Reference in New Issue
Block a user