From 9a4772d6cd8917a33e719b6f746b3d2ef416043b Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 12 Jan 2024 01:49:08 -0700 Subject: add font for waybar --- modules/nixos/hyprland.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/nixos/hyprland.nix') diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index 3ccc77c..42d061e 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -74,7 +74,10 @@ xfce.thunar # sfce4's file manager ]; + fonts.packages = with pkgs; [ + font-awesome # fixes waybar fonts + ]; # fix https://github.com/ryan4yin/nix-config/issues/10 security.pam.services.swaylock = {}; -} \ No newline at end of file +} -- cgit v1.2.3 From a3aa87695d3b7fb141489cb3eaa137a2f4f6549b Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sat, 13 Jan 2024 10:02:37 -0700 Subject: added config for swayidle --- modules/nixos/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/nixos/hyprland.nix') diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index 42d061e..4ab6088 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -51,7 +51,8 @@ waybar # the status bar swaybg # the wallpaper swayidle # the idle timeout - swaylock # locking the screen + swaylock-effects # locking the screen + brightnessctl # control device brightness wlogout # logout menu wl-clipboard # copying and pasting hyprpicker # color picker -- cgit v1.2.3 From be4e071bd2f412759f4a3d9b1e736e2bc30b1172 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Thu, 18 Jan 2024 12:46:37 -0700 Subject: added gnome-keyring --- modules/nixos/hyprland.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/nixos/hyprland.nix') diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index 4ab6088..6e9f770 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -74,6 +74,7 @@ networkmanagerapplet # provide GUI app: nm-connection-editor xfce.thunar # sfce4's file manager + gnome-keyring # for remembering wifi passwords ]; fonts.packages = with pkgs; [ font-awesome # fixes waybar fonts -- cgit v1.2.3 From a92a19d146b11513e5527ab93ecae020045e814f Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Thu, 18 Jan 2024 12:49:17 -0700 Subject: hypaper added but not configured --- modules/nixos/hyprland.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/nixos/hyprland.nix') diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index 6e9f770..3dc3d54 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -50,6 +50,7 @@ environment.systemPackages = with pkgs; [ waybar # the status bar swaybg # the wallpaper + hyprpaper # hyprland wallpeper swayidle # the idle timeout swaylock-effects # locking the screen brightnessctl # control device brightness -- cgit v1.2.3 From 928a159cbb6c7d1fa4c1262b6ba0c1fa06b73268 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Thu, 18 Jan 2024 13:11:28 -0700 Subject: gnome-keyring --- modules/nixos/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/nixos/hyprland.nix') diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index 3dc3d54..3340dbe 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -75,7 +75,8 @@ networkmanagerapplet # provide GUI app: nm-connection-editor xfce.thunar # sfce4's file manager - gnome-keyring # for remembering wifi passwords + gnome.gnome-keyring # for remembering wifi passwords + gnome.libgnome-keyring ]; fonts.packages = with pkgs; [ font-awesome # fixes waybar fonts -- cgit v1.2.3 From c9a45b4c9509b00de3d480ddd12d55b785974737 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Thu, 18 Jan 2024 22:46:55 -0700 Subject: can't connect to anything with gnome keyring wtf --- modules/nixos/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/nixos/hyprland.nix') diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index 3340dbe..80098a9 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -75,8 +75,8 @@ networkmanagerapplet # provide GUI app: nm-connection-editor xfce.thunar # sfce4's file manager - gnome.gnome-keyring # for remembering wifi passwords - gnome.libgnome-keyring + # gnome.gnome-keyring # for remembering wifi passwords + # gnome.libgnome-keyring ]; fonts.packages = with pkgs; [ font-awesome # fixes waybar fonts -- cgit v1.2.3 From c87374a069b27569000f4d2e4d99f1852fe7d6a8 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 19 Jan 2024 07:51:36 -0700 Subject: add program for better screensharing --- modules/nixos/hyprland.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/nixos/hyprland.nix') diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index 80098a9..e90c307 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -59,6 +59,7 @@ hyprpicker # color picker wf-recorder # screen recording + xwaylandvideobridge # lets xwayland programs see wayland applications for screensharing grim # taking screenshots slurp # selecting a region to screenshot # TODO replace by 'flameshot gui --raw | wl-copy' -- cgit v1.2.3 From d9eb08e0854e500e296829b322166ac8bddcc8ee Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 19 Jan 2024 07:57:47 -0700 Subject: use xdph over xdpw, as it is more feature complete --- modules/nixos/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/nixos/hyprland.nix') diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index e90c307..af7f8a9 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -3,7 +3,8 @@ enable = true; wlr.enable = true; extraPortals = with pkgs; [ - xdg-desktop-portal-wlr + # xdg-desktop-portal-wlr + xdg-desktop-portal-hyprland ]; }; -- cgit v1.2.3 From 5994480e27da98c03a18c01f5f1beda91be4eec4 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 19 Jan 2024 09:41:25 -0700 Subject: add polkit-kde-agent for privelidge auth --- modules/nixos/hyprland.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/nixos/hyprland.nix') diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index af7f8a9..3167314 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -79,6 +79,7 @@ xfce.thunar # sfce4's file manager # gnome.gnome-keyring # for remembering wifi passwords # gnome.libgnome-keyring + polkit-kde-agent ]; fonts.packages = with pkgs; [ font-awesome # fixes waybar fonts -- cgit v1.2.3