[feat] Alejandra formatting

This commit is contained in:
uttarayan21
2024-03-21 21:35:51 +05:30
parent e8434fadf5
commit d5dc5a79d3
33 changed files with 699 additions and 589 deletions

View File

@@ -1,4 +1,10 @@
{ pkgs, device, nur, inputs, ... }: {
{
pkgs,
device,
nur,
inputs,
...
}: {
imports = [
../common/firefox.nix
../linux/hyprland.nix
@@ -9,7 +15,6 @@
../linux/mpd.nix
];
services.kdeconnect.enable = true;
services.kdeconnect.indicator = true;
services.swayosd.enable = true;
@@ -19,10 +24,10 @@
};
systemd.user.services.spotify-player = {
Install = { WantedBy = [ "graphical-session.target" ]; };
Install = {WantedBy = ["graphical-session.target"];};
Unit = {
Description = "Spotify Player Daemon";
After = [ "graphical-session.target" ];
After = ["graphical-session.target"];
};
Service = {
ExecStart = "${pkgs.spotify-player}/bin/spotify_player -d";