ship g4music
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
./fontconfig.nix
|
./fontconfig.nix
|
||||||
./fractal.nix
|
./fractal.nix
|
||||||
./fwupd.nix
|
./fwupd.nix
|
||||||
|
./g4music.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./gnome-feeds.nix
|
./gnome-feeds.nix
|
||||||
./gnome-keyring.nix
|
./gnome-keyring.nix
|
||||||
|
9
hosts/common/programs/g4music.nix
Normal file
9
hosts/common/programs/g4music.nix
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
sane.programs.g4music = {
|
||||||
|
persist.plaintext = [
|
||||||
|
# index?
|
||||||
|
".cache/com.github.neithern.g4music"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
@@ -25,6 +25,7 @@
|
|||||||
"firefox"
|
"firefox"
|
||||||
# "foliate" # e-book reader
|
# "foliate" # e-book reader
|
||||||
# "fractal" # matrix client
|
# "fractal" # matrix client
|
||||||
|
"g4music" # local music player
|
||||||
# "gnome.cheese"
|
# "gnome.cheese"
|
||||||
# "gnome-feeds" # RSS reader (with claimed mobile support)
|
# "gnome-feeds" # RSS reader (with claimed mobile support)
|
||||||
# "gnome.file-roller"
|
# "gnome.file-roller"
|
||||||
|
Reference in New Issue
Block a user