Create nixwork device.
This commit is contained in:
7
nodes/hosts/nixwork/home/jay/programs/hyprland.nix
Normal file
7
nodes/hosts/nixwork/home/jay/programs/hyprland.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ ... }: {
|
||||
wayland.windowManager.hyprland = {
|
||||
settings = {
|
||||
"monitor" = "eDP-1, 2880x1800@120, 0x0, 1";
|
||||
};
|
||||
};
|
||||
}
|
||||
19
nodes/hosts/nixwork/home/jay/programs/hyprpanel.nix
Normal file
19
nodes/hosts/nixwork/home/jay/programs/hyprpanel.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{ lib, ... }: {
|
||||
programs.hyprpanel = {
|
||||
settings = {
|
||||
"bar.layouts" = {
|
||||
"0" = {
|
||||
right = [ "battery" ];
|
||||
};
|
||||
};
|
||||
|
||||
bar = {
|
||||
customModules = {
|
||||
cava = {
|
||||
framerate = lib.mkForce 120;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user