cleanup and fixes

This commit is contained in:
shinya 2025-03-08 09:13:13 +01:00
parent a75f6756ee
commit e694e9a68b
3 changed files with 6 additions and 3 deletions

View File

@ -862,7 +862,7 @@
"inputs": {
"flake-compat": "flake-compat_2",
"nixpkgs": [
"nixpkgs"
"nixpkgs-stable"
],
"systems": "systems_2",
"treefmt-nix": "treefmt-nix"
@ -1304,7 +1304,7 @@
"gnome-shell": "gnome-shell",
"home-manager": "home-manager_2",
"nixpkgs": [
"nixpkgs"
"nixpkgs-stable"
],
"nur": "nur",
"systems": "systems_6",

View File

@ -60,7 +60,7 @@
# Function to get metadata using playerctl
get_metadata() {
key=$1
playerctl metadata --player=%any,chromium,firefox --format "{{ $key }}" 2>/dev/null
playerctl metadata --ignore-player=firefox --player=%any,chromium,firefox --format "{{ $key }}" 2>/dev/null
}
# Check for arguments

View File

@ -66,6 +66,9 @@
"workbench.iconTheme" = "material-icon-theme";
"workbench.productIconTheme" = "material-product-icons";
"window.menuBarVisibility" = "toggle";
"scm.inputFontFamily"= "JetBrainsMono NF";
"scm.inputFontSize"= 14.857142857142858;
"screencastMode.fontSize"= 64.0;
};
extensions = with pkgs-stable.vscode-extensions; [