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 /hosts | |
| parent | 44f79e0023fff0afae20048d93a722fd21d6ff80 (diff) | |
formatting
Diffstat (limited to 'hosts')
| -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 |
7 files changed, 7 insertions, 9 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 |
