cleanup and fixes
This commit is contained in:
parent
a75f6756ee
commit
e694e9a68b
@ -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",
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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; [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user