summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lockbin24364 -> 25810 bytes
-rw-r--r--home-manager/entrypoints/personal.nix2
-rw-r--r--hosts/tarrel.nix1
3 files changed, 2 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index 183af0d..ea8951a 100644
--- a/flake.lock
+++ b/flake.lock
Binary files differ
diff --git a/home-manager/entrypoints/personal.nix b/home-manager/entrypoints/personal.nix
index e277347..66924c7 100644
--- a/home-manager/entrypoints/personal.nix
+++ b/home-manager/entrypoints/personal.nix
@@ -47,7 +47,7 @@
gamestream-end = {
text = ''
#!${pkgs.zsh}/bin/zsh
- ${pkgs.hyprland}/bin/hyprctl keyword monitor DP-2,preferred,auto,1
+ ${pkgs.hyprland}/bin/hyprctl keyword monitor HDMI-A-1,preferred,auto,1
'';
target = "bin/gamestream-end";
executable = true;
diff --git a/hosts/tarrel.nix b/hosts/tarrel.nix
index 8d163dd..3784873 100644
--- a/hosts/tarrel.nix
+++ b/hosts/tarrel.nix
@@ -7,6 +7,7 @@
environment.systemPackages = with pkgs; [
zola
+ discord
];
hardware.opengl.enable = true;