✨ Monitor specific configs in hosts
This commit is contained in:
@ -1,25 +1,4 @@
|
||||
rec {
|
||||
default = {
|
||||
browser = "zen";
|
||||
calculator = "gnome-calculator";
|
||||
fileManager = "nautilus";
|
||||
imageViewer = "loupe";
|
||||
lockScreen = "hyprlock";
|
||||
terminal = "kitty";
|
||||
};
|
||||
|
||||
dir = {
|
||||
home = "/home/${username}";
|
||||
pictures = "${dir.home}/Pictures";
|
||||
};
|
||||
|
||||
keymaps = {
|
||||
layout = "gb,no";
|
||||
options = "grp:alt_shift_toggle"; # Toggle using ALT + SHIFT
|
||||
};
|
||||
|
||||
# Empty matches all
|
||||
{
|
||||
# Empty matches all monitors
|
||||
monitor1 = "";
|
||||
|
||||
username = "martin";
|
||||
}
|
||||
|
Reference in New Issue
Block a user