Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aproxia-dev committed Apr 28, 2024
1 parent 5fb6345 commit 5a208b2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 22 deletions.
2 changes: 0 additions & 2 deletions hosts/shared/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@
# whether shared printers are advertised
browsing = true;
};

desktopManager.cosmic.enable = true;
};

hardware.logitech.wireless = {
Expand Down
7 changes: 4 additions & 3 deletions hosts/twinkpad/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@
desktop = {
gaming = {
steam.enable = true;
itch.enable = true;
#itch.enable = true;
olympus.enable = true;
minecraft.enable = true;
};
awesome = {
enable = true;
package = pkgs.awesome-git;
};
sway.enable = true;
river.enable = true;
hyprland.enable = true;
# sway.enable = true;
# river.enable = true;
};
hardware.laptop.enable = true;
system = {
Expand Down
34 changes: 17 additions & 17 deletions users/apro/programs/apps/mpd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,23 @@
};
};

services.mpd-discord-rpc = {
enable = true;
settings = {
id = 677226551607033903;
hosts = ["localhost:6600"];

format = {
details = "$artist - $title [$duration]";
state = "$album ($date)";
timestamp = "elapsed";
large_image = "url";
small_image = "";
large_text = "";
small_text = "";
};
};
};
# services.mpd-discord-rpc = {
# enable = true;
# settings = {
# id = 677226551607033903;
# hosts = ["localhost:6600"];
#
# format = {
# details = "$artist - $title [$duration]";
# state = "$album ($date)";
# timestamp = "elapsed";
# large_image = "url";
# small_image = "";
# large_text = "";
# small_text = "";
# };
# };
# };

programs.ncmpcpp = {
enable = true;
Expand Down

0 comments on commit 5a208b2

Please sign in to comment.