This commit is contained in:
2026-02-22 15:45:07 +00:00
parent ba58db5873
commit 93f81a1f7f
4 changed files with 15 additions and 18 deletions

View File

@@ -2,7 +2,12 @@
{ {
modules.obs = settings: { modules.obs = settings: {
homeManager = homeManager =
{ pkgs, config, ... }: {
pkgs,
lib,
config,
...
}:
{ {
programs = { programs = {
obs-studio = { obs-studio = {
@@ -19,7 +24,7 @@
}; };
}; };
systemd.user.services = systemd.user.services =
pkgs.lib.mkIf settings.virtual_audio_devices { lib.mkIf settings.virtual_audio_devices {
pw-discordaudio-virtual-device = { pw-discordaudio-virtual-device = {
Install = { Install = {
WantedBy = [ "hyprland-session.target" ]; WantedBy = [ "hyprland-session.target" ];

View File

@@ -9,22 +9,12 @@
... ...
}: }:
{ {
home.file.".config/quickshell" = { programs.quickshell = {
recursive = true; systemd.enable = true;
source = config.lib.file.mkOutOfStoreSymlink ./quickshell; enable = true;
}; activeConfig = "main";
systemd.user.services.quickshell = { configs = {
Unit = { main = config.lib.file.mkOutOfStoreSymlink "/home/doloro/dotfiles/config/modules/quickshell/quickshell";
Description = "Quickshell daemon";
After = [ "hyprland-session.target" ];
};
Install = {
WantedBy = [ "default.target" ];
};
Service = {
ExecStart = "${pkgs.quickshell}/bin/quickshell";
Restart = "on-failure";
RestartSec = "5s";
}; };
}; };
}; };

View File

@@ -0,0 +1 @@
/run/user/1000/quickshell/vfs/6e389f6b800776b0595d9d90e42ebd04/.qmlls.ini

View File

@@ -0,0 +1 @@
/nix/store/ynim9hhkc1smj1h2plrw3ap978dlm3qj-home-manager-files/.config/quickshell/main