first 'working' hyperland config, no bar yet

This commit is contained in:
Christoph Hollizeck 2024-09-10 01:31:27 +02:00
parent 3a31a8b5ee
commit 44381d8171
Signed by: Daholli
GPG key ID: 1763BB530F50279E
11 changed files with 639 additions and 71 deletions

View file

@ -3,12 +3,13 @@
lib,
...
}:
with lib.wyrdgard;
let
inherit (lib.wyrdgard) enabled;
in
{
imports = [ ./hardware.nix ];
environment.systemPackages = with pkgs; [
jetbrains.rust-rover
path-of-building
];
@ -22,13 +23,27 @@ with lib.wyrdgard;
};
apps = {
vivaldi = enabled;
zen-browser = enabled;
discord = enabled;
_1password = enabled;
obs-studio = enabled;
};
graphical-interface.desktop-manager.hyprland = {
enable = true;
settings = {
monitor = [
#Ultrawide
"DP-2,3440x1440@144, 0x0, 1"
#Vertical
"HDMI-A-1,1920x1080@144, auto-right, 1, transform, 1"
];
workspace = [
"1, monitor:DP-2"
"2, monitor:HDMI-A-1"
"3, monitor:DP-2 on-created-empty:zen"
];
};
};
services = {
factorio-server = enabled;
onedrive = enabled;