From 5a208b2a76ad100b53331a2d4e444358f379b938 Mon Sep 17 00:00:00 2001 From: Emily Shirley Date: Mon, 29 Apr 2024 01:46:17 +0200 Subject: [PATCH] minor changes --- hosts/shared/configuration.nix | 2 -- hosts/twinkpad/configuration.nix | 7 ++++--- users/apro/programs/apps/mpd.nix | 34 ++++++++++++++++---------------- 3 files changed, 21 insertions(+), 22 deletions(-) diff --git a/hosts/shared/configuration.nix b/hosts/shared/configuration.nix index 2eb60ce..dac8ead 100755 --- a/hosts/shared/configuration.nix +++ b/hosts/shared/configuration.nix @@ -102,8 +102,6 @@ # whether shared printers are advertised browsing = true; }; - - desktopManager.cosmic.enable = true; }; hardware.logitech.wireless = { diff --git a/hosts/twinkpad/configuration.nix b/hosts/twinkpad/configuration.nix index 197d95b..32281aa 100755 --- a/hosts/twinkpad/configuration.nix +++ b/hosts/twinkpad/configuration.nix @@ -6,7 +6,7 @@ desktop = { gaming = { steam.enable = true; - itch.enable = true; + #itch.enable = true; olympus.enable = true; minecraft.enable = true; }; @@ -14,8 +14,9 @@ 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 = { diff --git a/users/apro/programs/apps/mpd.nix b/users/apro/programs/apps/mpd.nix index 7b48683..da71e9e 100755 --- a/users/apro/programs/apps/mpd.nix +++ b/users/apro/programs/apps/mpd.nix @@ -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;