Compare commits
2 Commits
4efcdbbc0a
...
7d6d2ade10
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d6d2ade10 | |||
| b3e8b77b8f |
@@ -26,7 +26,7 @@
|
|||||||
./programs/rofi.nix
|
./programs/rofi.nix
|
||||||
./programs/stylix.nix
|
./programs/stylix.nix
|
||||||
./programs/yazi.nix
|
./programs/yazi.nix
|
||||||
./services/arrpc.nix
|
#./services/arrpc.nix
|
||||||
./services/fluidsynth.nix
|
./services/fluidsynth.nix
|
||||||
./services/hypridle.nix
|
./services/hypridle.nix
|
||||||
];
|
];
|
||||||
@@ -45,10 +45,11 @@
|
|||||||
# environment.
|
# environment.
|
||||||
home.packages = [
|
home.packages = [
|
||||||
#pkgs.legcord
|
#pkgs.legcord
|
||||||
|
pkgs.goofcord
|
||||||
pkgs.libgtop
|
pkgs.libgtop
|
||||||
#pkgs.mpvpaper
|
#pkgs.mpvpaper
|
||||||
# pkgs.hyprlandPlugins.hyprtrails
|
# pkgs.hyprlandPlugins.hyprtrails
|
||||||
pkgs.vesktop
|
#pkgs.vesktop
|
||||||
];
|
];
|
||||||
|
|
||||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||||
|
|||||||
@@ -207,7 +207,7 @@
|
|||||||
# "systemctl --user start hyprpolkitagent"
|
# "systemctl --user start hyprpolkitagent"
|
||||||
"steam --disable-gpu-compositing" # nvidia pls let me have nice things
|
"steam --disable-gpu-compositing" # nvidia pls let me have nice things
|
||||||
#"vesktop"
|
#"vesktop"
|
||||||
"legcord"
|
"goofcord"
|
||||||
# "[workspace 9 silent] ELECTRON_OZONE_PLATFORM_HINT=x11 1password" # fix for promts not showing up anymore
|
# "[workspace 9 silent] ELECTRON_OZONE_PLATFORM_HINT=x11 1password" # fix for promts not showing up anymore
|
||||||
"zen-twilight"
|
"zen-twilight"
|
||||||
# "${pkgs.xorg.xhost}/bin/xhost +"
|
# "${pkgs.xorg.xhost}/bin/xhost +"
|
||||||
@@ -225,7 +225,7 @@
|
|||||||
windowrulev2 = [
|
windowrulev2 = [
|
||||||
"workspace 1 silent, class:^(zen-twilight)$"
|
"workspace 1 silent, class:^(zen-twilight)$"
|
||||||
"workspace 2 silent, class:^(steam)$"
|
"workspace 2 silent, class:^(steam)$"
|
||||||
"workspace 3 silent, class:^(legcord)$"
|
"workspace 3 silent, class:^(goofcord)$"
|
||||||
"workspace 4 silent, class:^(com.core447.StreamController)$"
|
"workspace 4 silent, class:^(com.core447.StreamController)$"
|
||||||
"float,class:(clipse)$"
|
"float,class:(clipse)$"
|
||||||
"size 622 652,class:(clipse)$"
|
"size 622 652,class:(clipse)$"
|
||||||
|
|||||||
Reference in New Issue
Block a user