From 36b0cbcd56877721e933ce2b1b24065528f14c70 Mon Sep 17 00:00:00 2001 From: willifan Date: Thu, 11 Jul 2024 23:49:38 +0200 Subject: [PATCH 1/2] switched from webcord to vesktop --- users/willifan/desktop/applications.nix | 1 - users/willifan/desktop/hyprland/common/hyprland.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/users/willifan/desktop/applications.nix b/users/willifan/desktop/applications.nix index 077ba59..3944b0d 100644 --- a/users/willifan/desktop/applications.nix +++ b/users/willifan/desktop/applications.nix @@ -10,7 +10,6 @@ feh enpass - webcord vesktop obsidian kicad diff --git a/users/willifan/desktop/hyprland/common/hyprland.nix b/users/willifan/desktop/hyprland/common/hyprland.nix index 7e89757..dd1bde4 100644 --- a/users/willifan/desktop/hyprland/common/hyprland.nix +++ b/users/willifan/desktop/hyprland/common/hyprland.nix @@ -28,7 +28,7 @@ #''hyprctl dispatch exec "[workspace 3 silent] "'' #''hyprctl dispatch exec "[workspace 4 silent] "'' #''hyprctl dispatch exec "[workspace 8 silent] "'' - ''hyprctl dispatch exec "[workspace 9 silent] webcord"'' + ''hyprctl dispatch exec "[workspace 9 silent] vesktop"'' ''hyprctl dispatch exec "[workspace special:ctrl silent] thunar"'' ''hyprctl dispatch exec "[workspace special:alt silent] obsidian"'' ''hyprctl dispatch exec "[workspace special:altgr silent] thunderbird"'' From 89f576dc4b78d6289c072a29a54e979e4ea5344b Mon Sep 17 00:00:00 2001 From: willifan Date: Sun, 14 Jul 2024 13:07:54 +0200 Subject: [PATCH 2/2] added arduino pro micro udev rules --- users/willifan/desktop/dev/embedded.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/willifan/desktop/dev/embedded.nix b/users/willifan/desktop/dev/embedded.nix index 394adaf..c1203ba 100644 --- a/users/willifan/desktop/dev/embedded.nix +++ b/users/willifan/desktop/dev/embedded.nix @@ -150,6 +150,8 @@ ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="7523", MODE="660", GROUP="plugdev", TAG+="uaccess" + ATTRS{idVendor}=="2341", ATTRS{idProduct}=="8036", MODE="660", GROUP="plugdev", TAG+="uaccess" + LABEL="probe_rs_rules_end" '';