This commit is contained in:
kenji
2025-07-08 10:11:12 -05:00
parent 8151c56cc4
commit 6264269817
4 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
{
imports = [
../../packages/steam/home.nix
../../packages/steam/default.nix
../../packages/quickshell/default.nix
# ../../packages/quickshell/default.nix
];
View File
+4 -2
View File
@@ -1,6 +1,7 @@
{myConfig, ...}: {
home.file.".config/hypr/scripts" = {
source = builtins.toPath ./scripts;
home.file.".config/hypr/scripts/wsaction.fish" = {
source = builtins.toPath ./scripts/wsaction.fish;
executable = true;
};
wayland.windowManager.hyprland = {
enable = true;
@@ -11,6 +12,7 @@
"$term" = "kitty --single-instance";
"$browser" = "firefox";
"$bar" = "qs -c caelestia";
"$wsaction" = "fish -c ./scripts/wsaction.fish";
monitor = myConfig.nixos.Hyprland.monitors;