ssh
This commit is contained in:
5
modules/home/hyprland/default.nix
Normal file
5
modules/home/hyprland/default.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
imports = [
|
||||
#./monitor.nix
|
||||
];
|
||||
}
|
||||
3
modules/home/hyprland/hyprland.nix
Normal file
3
modules/home/hyprland/hyprland.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
programs.hyprland.enable = true;
|
||||
}
|
||||
5
modules/home/hyprland/monitor.nix
Normal file
5
modules/home/hyprland/monitor.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
config.me.rum.programs.hyprland.settings.monitor = [
|
||||
", 1920x1080@60, auto, 1"
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user