Compare commits

...

2 Commits

Author SHA1 Message Date
db1f7357fb feat: add postman to personal machine 2026-04-10 12:05:44 +05:00
eb9c22d647 chore: no longer autostarting obsidian 2026-04-10 12:05:35 +05:00
3 changed files with 6 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ $menu = wofi --show drun
# Autostart necessary processes (like notifications daemons, status bars, etc.) # Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this: # Or execute your favorite apps at launch like this:
exec-once = steam & proton-mail & obsidian & discord & 1password & firefox & exec-once = steam & proton-mail & discord & 1password & firefox &
exec-once = waybar & mako & hypridle & swww-daemon & exec-once = waybar & mako & hypridle & swww-daemon &
exec-once = $terminal exec-once = $terminal
exec-once = systemctl --user start hyprpolkitagent exec-once = systemctl --user start hyprpolkitagent
@@ -143,7 +143,6 @@ windowrule = match:class firefox, workspace 2
windowrule = match:class discord, workspace 3 windowrule = match:class discord, workspace 3
windowrule = match:class steam, workspace 4 windowrule = match:class steam, workspace 4
windowrule = match:class Proton Mail, workspace 5 windowrule = match:class Proton Mail, workspace 5
windowrule = match:class obsidian, workspace 6
windowrule = match:class 1password, workspace 9 windowrule = match:class 1password, workspace 9
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more

View File

@@ -0,0 +1,4 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ postman ];
}

View File

@@ -52,6 +52,7 @@
"hyprland" "hyprland"
"nix-ld" "nix-ld"
"obs" "obs"
"postman"
"secure-boot" "secure-boot"
"yubikey" "yubikey"
]) ])