From 08297376a85a1719518507e54fca9de954d2376a Mon Sep 17 00:00:00 2001 From: Petri Hienonen Date: Thu, 23 May 2024 13:56:00 +0300 Subject: Agenix configuration --- home/quickshell/default.nix | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 home/quickshell/default.nix (limited to 'home/quickshell/default.nix') diff --git a/home/quickshell/default.nix b/home/quickshell/default.nix new file mode 100644 index 0000000..43f7d76 --- /dev/null +++ b/home/quickshell/default.nix @@ -0,0 +1,20 @@ +{ + pkgs, + pkgs-unstable, + lib, + config, + ... +}: +{ + imports = [ ./quickshell.nix ]; + programs.quickshell = { + enable = true; + systemd.enable = true; + package = pkgs-unstable.quickshell; + systemd.target = "hyprland-session.target"; + }; + xdg.configFile."quickshell/shell.qml".source = ./shell.qml; + xdg.configFile."quickshell/Theme.qml".source = ./Theme.qml; + xdg.configFile."quickshell/PopupContext.qml".source = ./PopupContext.qml; + xdg.configFile."quickshell/bar".source = ./bar; +} -- cgit v1.2.3-70-g09d2