diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | home/fastfetch.nix | 2 | ||||
| -rw-r--r-- | home/fcitx5.nix | 2 | ||||
| -rw-r--r-- | home/gtk.nix | 2 | ||||
| -rw-r--r-- | home/vim.nix | 2 | ||||
| -rw-r--r-- | hosts/c-pc/configuration.nix | 1 | ||||
| -rw-r--r-- | hosts/c-pc/networking.nix | 1 | ||||
| -rw-r--r-- | hosts/copenhagen/configuration.nix | 2 | ||||
| -rw-r--r-- | roles/minecraft/servers/test.nix | 5 |
9 files changed, 6 insertions, 13 deletions
@@ -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 { }; }; } - - - - - |