test
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
imports = [
|
||||
../../packages/steam/home.nix
|
||||
../../packages/steam/default.nix
|
||||
../../packages/quickshell/default.nix
|
||||
|
||||
# ../../packages/quickshell/default.nix
|
||||
];
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user