chore(swaync): updated definition

This commit is contained in:
Nydragon 2024-09-25 13:36:36 +02:00
parent 39ad31e16b
commit b4dad8896e
Signed by: nydragon
SSH key fingerprint: SHA256:iQnIC12spf4QjWSbarmkD2No1cLMlu6TWoV7K6cYF5g
6 changed files with 34 additions and 43 deletions

View file

@ -1,14 +1,17 @@
# This file contains default settings used across different systems
{
imports = [
./graphical
./terminal
./hyprland
./hyprlock
./foot.nix
./graphical
./terminal
./rofi
./sway
./sway/swayidle.nix
./waybar
./hyprpaper
./swaync
];
}

View file

@ -115,7 +115,6 @@ lib.mkIf osConfig.programs.sway.enable {
#: }}}
#: Startup {{{
startup = [
{ command = "${pkgs.swayidle}/bin/swayidle -C ${homeDirectory}/.config/swayidle/config"; }
{ command = "${pkgs.swaynotificationcenter}/bin/swaync"; }
{ command = "${pkgs.nextcloud-client}/bin/nextcloud --background"; }
{ command = "${pkgs.kdeconnect}/bin/kdeconnect-indicator"; }

View file

@ -1,31 +1,22 @@
{ lib, ... }:
{ lib, config, ... }:
let
enable = true;
inherit (lib) mkIf;
swayncFolder = ".config/swaync";
themes = import ./themes;
in
{
mkIf config.services.swaync.enable {
services.swaync = {
style = themes.gruvbox;
settings = import ./config.nix;
};
home.file =
{
swaync-config = {
inherit enable;
target = "${swayncFolder}/config.json";
text = builtins.toJSON (import ./config.nix);
};
swaync-theme = {
inherit enable;
target = "${swayncFolder}/style.css";
text = themes.gruvbox;
};
home.file = lib.mapAttrs' (
name: value:
lib.nameValuePair "swaync-theme-${name}" {
enable = true;
target = "${swayncFolder}/${name}.css";
text = value;
}
// lib.mapAttrs' (
name: value:
lib.nameValuePair "swaync-theme-${name}" {
inherit enable;
target = "${swayncFolder}/${name}.css";
text = value;
}
) themes;
) themes;
}

View file

@ -8,11 +8,8 @@
home-manager.users.${username} = {
imports = [
../../home/rofi
../../home/swaync
../../home/hyprpaper
../../home/themes/catppuccin.nix
../../home
../../home/sway/swayidle.nix
];
programs.direnv = {
@ -27,6 +24,7 @@
services = {
blueman-applet.enable = true;
swayidle.enable = true;
swaync.enable = true;
};
home = {

View file

@ -72,8 +72,6 @@
};
};
services.printing.enable = true;
#: Virtualisation {{{
virtualisation.docker = {
enable = false;
@ -123,14 +121,16 @@
};
#:}}}
services.fwupd.enable = true;
services.dbus.enable = true;
services = {
dbus.enable = true;
fwupd.enable = true;
gvfs.enable = true;
printing.enable = true;
};
xdg.portal.enable = true;
services.gvfs.enable = true;
media.enableAll = true;
# Configure console keymap
console.keyMap = "fr";
@ -152,8 +152,6 @@
services.gnome.gnome-keyring.enable = true;
services.flatpak.enable = true;
environment.variables = {
ELECTRON_OZONE_PLATFORM_HINT = "auto";
MOZ_ENABLE_WAYLAND = 1;

View file

@ -20,8 +20,6 @@
};
};
services.blueman-applet.enable = true;
programs.direnv = {
enable = true;
nix-direnv.enable = true;
@ -33,6 +31,12 @@
vscode.enable = true;
};
services = {
swaync.enable = true;
blueman-applet.enable = true;
swayidle.enable = true;
};
home = {
stateVersion = config.system.stateVersion;
inherit username;
@ -45,14 +49,12 @@
loupe
seahorse
gimp
vlc
thunderbird
keepassxc
nautilus
protonmail-bridge-gui
varia
signal-desktop
calibre
foot
# Proprietary