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 # This file contains default settings used across different systems
{ {
imports = [ imports = [
./graphical
./terminal
./hyprland ./hyprland
./hyprlock ./hyprlock
./foot.nix ./foot.nix
./graphical
./terminal
./rofi ./rofi
./sway ./sway
./sway/swayidle.nix ./sway/swayidle.nix
./waybar ./waybar
./hyprpaper
./swaync
]; ];
} }

View file

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

View file

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

View file

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

View file

@ -72,8 +72,6 @@
}; };
}; };
services.printing.enable = true;
#: Virtualisation {{{ #: Virtualisation {{{
virtualisation.docker = { virtualisation.docker = {
enable = false; 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; xdg.portal.enable = true;
services.gvfs.enable = true; media.enableAll = true;
# Configure console keymap # Configure console keymap
console.keyMap = "fr"; console.keyMap = "fr";
@ -152,8 +152,6 @@
services.gnome.gnome-keyring.enable = true; services.gnome.gnome-keyring.enable = true;
services.flatpak.enable = true;
environment.variables = { environment.variables = {
ELECTRON_OZONE_PLATFORM_HINT = "auto"; ELECTRON_OZONE_PLATFORM_HINT = "auto";
MOZ_ENABLE_WAYLAND = 1; MOZ_ENABLE_WAYLAND = 1;

View file

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