diff --git a/hosts/lars/default.nix b/hosts/lars/default.nix index dfed115..e2c5d9c 100644 --- a/hosts/lars/default.nix +++ b/hosts/lars/default.nix @@ -96,7 +96,9 @@ }; }; - console.keyMap = "sg"; + console.keyMap = "sg"; + + # services.flatpak.enable = true; system.stateVersion = "23.11"; nix.settings.experimental-features = ["nix-command" "flakes"]; diff --git a/hosts/lars/dyonisos/configuration.nix b/hosts/lars/dyonisos/configuration.nix index 95cb45a..e41888a 100644 --- a/hosts/lars/dyonisos/configuration.nix +++ b/hosts/lars/dyonisos/configuration.nix @@ -9,7 +9,7 @@ }; hyprland = { enable = true; - monitor = ",preferred,auto,1"; + monitor = [",preferred,auto,2"]; }; }; } diff --git a/hosts/lars/hyprland.nix b/hosts/lars/hyprland.nix index 51b35d3..41168ce 100644 --- a/hosts/lars/hyprland.nix +++ b/hosts/lars/hyprland.nix @@ -97,6 +97,9 @@ in { # Application "$mod SHIFT, c, exec, code --enable-features=UseOzonePlatform --ozone-platform=wayland --disable-gpu" + "$mod, o, exec, obsidian --ozone-platform=wayland --enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --enable-features=WebRTCPipeWireCpaturer --disable-gpu" + "$mod SHIFT, D, exec, webcord --ozone-platform=wayland --enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --enable-features=WebRTCPipeWireCpaturer --disable-gpu" + "$mod SHIFT, L, exec, element-desktop --ozone-platform=wayland --enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --enable-features=WebRTCPipeWireCpaturer --disable-gpu" # Monitor management "$mod SHIFT, k, movecurrentworkspacetomonitor, DP-2" diff --git a/hosts/lars/programs.nix b/hosts/lars/programs.nix index 688597c..ed7673c 100644 --- a/hosts/lars/programs.nix +++ b/hosts/lars/programs.nix @@ -15,7 +15,7 @@ in { libreoffice-fresh ventoy-full lazygit - obsidian + obsidian neofetch zip vlc @@ -55,6 +55,8 @@ in { wofi dolphin xdg-utils # xdg-mime script + webcord + element-desktop ]; }; }