navidrome test
This commit is contained in:
@@ -29,7 +29,9 @@
|
||||
makemkv
|
||||
elixir_1_18
|
||||
inotify-tools
|
||||
ghostty
|
||||
# (builtins.getFlake "github:ghostty-org/ghostty").packages.${pkgs.system}.default
|
||||
# ghostty
|
||||
# gnome-themes-extra
|
||||
];
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
@@ -142,6 +144,18 @@ TryExec=/home/alexm/.local/share/flatpak/exports/bin/com.brave.Browser'';
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
|
||||
"org/gnome/settings-daemon/plugins/media-keys" = {
|
||||
custom-keybindings = [
|
||||
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/"
|
||||
];
|
||||
};
|
||||
|
||||
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = {
|
||||
name = "Launch Ghostty";
|
||||
command = "ghostty";
|
||||
binding = "<Super>t";
|
||||
};
|
||||
};
|
||||
|
||||
gtk = {
|
||||
|
||||
Reference in New Issue
Block a user