back to spotify :(
This commit is contained in:
@@ -34,6 +34,7 @@ in
|
||||
inputs.voxtype.homeManagerModules.default
|
||||
inputs.noctalia.homeModules.default
|
||||
inputs.niri-flake.homeModules.niri
|
||||
inputs.nix-flatpak.homeManagerModules.nix-flatpak
|
||||
];
|
||||
|
||||
# This value determines the Home Manager release that your configuration is
|
||||
@@ -112,8 +113,6 @@ in
|
||||
(writeShellScriptBin "nr" ''
|
||||
${lib.getExe nix} run "nixpkgs#''${1}" "$@"
|
||||
'')
|
||||
pkgs-unstable.tidal-hifi
|
||||
inputs.tonearm.packages.${stdenv.hostPlatform.system}.tonearm
|
||||
blueman
|
||||
pavucontrol
|
||||
(writeShellScriptBin "voxtoggle" ''
|
||||
@@ -805,6 +804,14 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
services.flatpak = {
|
||||
update.onActivation = true;
|
||||
|
||||
packages = [
|
||||
"dev.diegovsky.Riff"
|
||||
];
|
||||
};
|
||||
|
||||
services.walker = {
|
||||
enable = true;
|
||||
package = pkgs.symlinkJoin {
|
||||
|
||||
Reference in New Issue
Block a user