test
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../packages/steam/home.nix
|
../../packages/steam/default.nix
|
||||||
|
../../packages/quickshell/default.nix
|
||||||
|
|
||||||
# ../../packages/quickshell/default.nix
|
# ../../packages/quickshell/default.nix
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{myConfig, ...}: {
|
{myConfig, ...}: {
|
||||||
home.file.".config/hypr/scripts" = {
|
home.file.".config/hypr/scripts/wsaction.fish" = {
|
||||||
source = builtins.toPath ./scripts;
|
source = builtins.toPath ./scripts/wsaction.fish;
|
||||||
|
executable = true;
|
||||||
};
|
};
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -11,6 +12,7 @@
|
|||||||
"$term" = "kitty --single-instance";
|
"$term" = "kitty --single-instance";
|
||||||
"$browser" = "firefox";
|
"$browser" = "firefox";
|
||||||
"$bar" = "qs -c caelestia";
|
"$bar" = "qs -c caelestia";
|
||||||
|
"$wsaction" = "fish -c ./scripts/wsaction.fish";
|
||||||
|
|
||||||
monitor = myConfig.nixos.Hyprland.monitors;
|
monitor = myConfig.nixos.Hyprland.monitors;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user