aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-07-22 00:02:19 -0700
committerCaroline Larimore <caroline@larimo.re>2024-07-22 00:02:19 -0700
commit443f678813be1f8eef3b7153506a6f0a80ea4d0e (patch)
treefe9f587b7aa1597cfa427d0d7dc6ba1125661c26
parent25b58a8bd95ed42acbb0ad159b528026f24c549a (diff)
Fix trailing newlines
-rw-r--r--.gitignore2
-rw-r--r--home/fastfetch.nix2
-rw-r--r--home/fcitx5.nix2
-rw-r--r--home/gtk.nix2
-rw-r--r--home/vim.nix2
-rw-r--r--hosts/c-pc/configuration.nix1
-rw-r--r--hosts/c-pc/networking.nix1
-rw-r--r--hosts/copenhagen/configuration.nix2
-rw-r--r--roles/minecraft/servers/test.nix5
9 files changed, 6 insertions, 13 deletions
diff --git a/.gitignore b/.gitignore
index f447d9e..358a647 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,4 +6,4 @@ home/eww/colors.css
# NixOS VM files
result
-*.qcow2 \ No newline at end of file
+*.qcow2
diff --git a/home/fastfetch.nix b/home/fastfetch.nix
index fb02f0e..08c6606 100644
--- a/home/fastfetch.nix
+++ b/home/fastfetch.nix
@@ -70,4 +70,4 @@
];
};
};
-} \ No newline at end of file
+}
diff --git a/home/fcitx5.nix b/home/fcitx5.nix
index 4beb677..943bf46 100644
--- a/home/fcitx5.nix
+++ b/home/fcitx5.nix
@@ -59,4 +59,4 @@
Bottom = 5;
};
};
-} \ No newline at end of file
+}
diff --git a/home/gtk.nix b/home/gtk.nix
index a5de43d..c702a8f 100644
--- a/home/gtk.nix
+++ b/home/gtk.nix
@@ -14,4 +14,4 @@
size = 8;
};
};
-} \ No newline at end of file
+}
diff --git a/home/vim.nix b/home/vim.nix
index 4399037..75e712f 100644
--- a/home/vim.nix
+++ b/home/vim.nix
@@ -34,4 +34,4 @@
url = "https://github.com/LnL7/vim-nix.git";
rev = "e25cd0f2e5922f1f4d3cd969f92e35a9a327ffb0";
};
-} \ No newline at end of file
+}
diff --git a/hosts/c-pc/configuration.nix b/hosts/c-pc/configuration.nix
index 72b97f2..9d11121 100644
--- a/hosts/c-pc/configuration.nix
+++ b/hosts/c-pc/configuration.nix
@@ -108,4 +108,3 @@
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
system.stateVersion = "23.11"; # Did you read the comment? 🤨
}
-
diff --git a/hosts/c-pc/networking.nix b/hosts/c-pc/networking.nix
index 31632c1..da8e074 100644
--- a/hosts/c-pc/networking.nix
+++ b/hosts/c-pc/networking.nix
@@ -24,4 +24,3 @@
};
};
}
-
diff --git a/hosts/copenhagen/configuration.nix b/hosts/copenhagen/configuration.nix
index 50eee4d..531f7a4 100644
--- a/hosts/copenhagen/configuration.nix
+++ b/hosts/copenhagen/configuration.nix
@@ -97,4 +97,4 @@
#
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
system.stateVersion = "23.11"; # Did you read the comment? 🤨
-} \ No newline at end of file
+}
diff --git a/roles/minecraft/servers/test.nix b/roles/minecraft/servers/test.nix
index cba264d..a83021e 100644
--- a/roles/minecraft/servers/test.nix
+++ b/roles/minecraft/servers/test.nix
@@ -60,8 +60,3 @@ let cfg = config.roles.minecraft.servers.test; in {
};
};
}
-
-
-
-
-