From e2b4f26438c9970d177861a60265e1dacce94e72 Mon Sep 17 00:00:00 2001 From: schererleander Date: Sat, 10 May 2025 21:20:18 +0200 Subject: formatting --- hosts/darwin/configuration.nix | 2 +- hosts/darwin/home.nix | 2 +- hosts/nixos/audio.nix | 2 +- hosts/nixos/configuration.nix | 2 +- hosts/nixos/hardware-configuration.nix | 2 +- hosts/nixos/home.nix | 3 +-- hosts/nixos/wooting.nix | 3 +-- 7 files changed, 7 insertions(+), 9 deletions(-) (limited to 'hosts') 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 -- cgit v1.3.1