diff options
| author | schererleander <leander@schererleander.de> | 2025-05-10 21:20:18 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-10 21:20:18 +0200 |
| commit | e2b4f26438c9970d177861a60265e1dacce94e72 (patch) | |
| tree | dfe32992dfb709a976dcd52b1bad69d084a2cdbd | |
| parent | 44f79e0023fff0afae20048d93a722fd21d6ff80 (diff) | |
formatting
| -rw-r--r-- | hosts/darwin/configuration.nix | 2 | ||||
| -rw-r--r-- | hosts/darwin/home.nix | 2 | ||||
| -rw-r--r-- | hosts/nixos/audio.nix | 2 | ||||
| -rw-r--r-- | hosts/nixos/configuration.nix | 2 | ||||
| -rw-r--r-- | hosts/nixos/hardware-configuration.nix | 2 | ||||
| -rw-r--r-- | hosts/nixos/home.nix | 3 | ||||
| -rw-r--r-- | hosts/nixos/wooting.nix | 3 | ||||
| -rw-r--r-- | modules/vscode.nix | 10 |
8 files changed, 13 insertions, 13 deletions
diff --git a/hosts/darwin/configuration.nix b/hosts/darwin/configuration.nix index 4167394..508a194 100644 --- a/hosts/darwin/configuration.nix +++ b/hosts/darwin/configuration.nix @@ -41,4 +41,4 @@ }; system.stateVersion = 5; -} +}
\ No newline at end of file diff --git a/hosts/darwin/home.nix b/hosts/darwin/home.nix index a3aabf6..4f0fad9 100644 --- a/hosts/darwin/home.nix +++ b/hosts/darwin/home.nix @@ -44,4 +44,4 @@ vscode.enable = true; home.stateVersion = "24.11"; -} +}
\ No newline at end of file diff --git a/hosts/nixos/audio.nix b/hosts/nixos/audio.nix index 4757803..e4d9bdf 100644 --- a/hosts/nixos/audio.nix +++ b/hosts/nixos/audio.nix @@ -13,4 +13,4 @@ in { pulse.enable = true; }; }; -} +}
\ No newline at end of file diff --git a/hosts/nixos/configuration.nix b/hosts/nixos/configuration.nix index 3a52450..6a8e775 100644 --- a/hosts/nixos/configuration.nix +++ b/hosts/nixos/configuration.nix @@ -67,4 +67,4 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ]; nixpkgs.config.allowUnfree = true; system.stateVersion = "24.11"; -} +}
\ No newline at end of file diff --git a/hosts/nixos/hardware-configuration.nix b/hosts/nixos/hardware-configuration.nix index 9338f30..2361abe 100644 --- a/hosts/nixos/hardware-configuration.nix +++ b/hosts/nixos/hardware-configuration.nix @@ -38,4 +38,4 @@ nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; -} +}
\ No newline at end of file diff --git a/hosts/nixos/home.nix b/hosts/nixos/home.nix index 2873d9c..c149d5f 100644 --- a/hosts/nixos/home.nix +++ b/hosts/nixos/home.nix @@ -34,7 +34,6 @@ go nodejs - # fonts noto-fonts noto-fonts-cjk-sans @@ -83,4 +82,4 @@ vscode.enable = true; home.stateVersion = "24.11"; -} +}
\ No newline at end of file diff --git a/hosts/nixos/wooting.nix b/hosts/nixos/wooting.nix index eadfe9c..2a4b66c 100644 --- a/hosts/nixos/wooting.nix +++ b/hosts/nixos/wooting.nix @@ -30,5 +30,4 @@ in { wootility ]; }; -} - +}
\ No newline at end of file diff --git a/modules/vscode.nix b/modules/vscode.nix index 21aa1c5..93f9743 100644 --- a/modules/vscode.nix +++ b/modules/vscode.nix @@ -11,15 +11,16 @@ in { enableExtensionUpdateCheck = true; mutableExtensionsDir = false; userSettings = { - "workbench.colorTheme" = "Minimal"; + "workbench.colorTheme" = "Minimal"; "editor.fontFamily" = "'SpaceMono Nerd Font Mono', monospace"; "editor.tabSize" = 2; "editor.minimap.enabled" = false; "terminal.integrated.cursorStyle" = "underline"; "terminal.integrated.cursorStyleInactive" = "underline"; - "terminal.integrated.fontFamily" = "'BlexMono Nerd Font Mono', monospace"; + "terminal.integrated.fontFamily" = "'BlexMono Nerd Font Mono', monospace"; "terminal.integrated.fontSize" = 13; - "git.autofetch" = true; + "git.autofetch" = true; + "window.controlsStyle" = "custom"; }; extensions = (with pkgs.vscode-extensions; [ ms-vscode.cmake-tools @@ -33,6 +34,7 @@ in { #fwcd.kotlin bradlc.vscode-tailwindcss adpyke.codesnap + esbenp.prettier-vscode ] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [ { name = "minimalist-dark"; @@ -43,4 +45,4 @@ in { ]); }; }; -} +}
\ No newline at end of file |
