mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Better default app abstractions into hyprland conf
This commit is contained in:
parent
e0c265ecc6
commit
9e68d26497
4 changed files with 25 additions and 56 deletions
|
@ -17,7 +17,8 @@
|
|||
dotfilesDir = "~/.dotfiles"; # absolute path of the local repo
|
||||
theme = "ayu-dark"; # selcted theme from my themes directory (./themes/)
|
||||
wm = "hyprland"; # Selected window manager or desktop environment; must select one in both ./user/wm/ and ./system/wm/
|
||||
browser = "librewolf-wayland"; # Default browser; must select one from ./user/app/browser/
|
||||
wmType = "wayland"; # x11 or wayland
|
||||
browser = "librewolf"; # Default browser; must select one from ./user/app/browser/
|
||||
editor = "emacsclient"; # Default editor;
|
||||
term = "alacritty"; # Default terminal command;
|
||||
font = "Inconsolata"; # Selected font
|
||||
|
@ -56,6 +57,7 @@
|
|||
inherit font;
|
||||
inherit fontPkg;
|
||||
inherit wm;
|
||||
inherit wmType;
|
||||
inherit browser;
|
||||
inherit editor;
|
||||
inherit term;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue