Compare commits
2 Commits
19e5079229
...
db1f7357fb
| Author | SHA1 | Date | |
|---|---|---|---|
|
db1f7357fb
|
|||
|
eb9c22d647
|
@@ -37,7 +37,7 @@ $menu = wofi --show drun
|
||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
# 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 = $terminal
|
||||
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 steam, workspace 4
|
||||
windowrule = match:class Proton Mail, workspace 5
|
||||
windowrule = match:class obsidian, workspace 6
|
||||
windowrule = match:class 1password, workspace 9
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||
|
||||
4
hosts/common/optional/postman.nix
Normal file
4
hosts/common/optional/postman.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ postman ];
|
||||
}
|
||||
@@ -52,6 +52,7 @@
|
||||
"hyprland"
|
||||
"nix-ld"
|
||||
"obs"
|
||||
"postman"
|
||||
"secure-boot"
|
||||
"yubikey"
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user