Formatting

This commit is contained in:
Weckyy702
2026-03-11 17:49:23 +01:00
parent a943d8c45c
commit 606d4ecaa6
8 changed files with 20 additions and 18 deletions

View File

@@ -12,9 +12,6 @@ top @ { config
./borgmatic.nix
];
#NOTE: MUST be kept up to date with nixpkgs!
home.stateVersion = "25.11";
home.username = username;
home.homeDirectory = "/home/${username}";
@@ -219,4 +216,5 @@ top @ { config
enable = true;
enableZshIntegration = true;
};
home.stateVersion = "25.11";
}

View File

@@ -1,4 +1,4 @@
{...}: {
{ ... }: {
imports = [
./keymaps.nix
./options.nix

View File

@@ -1,4 +1,4 @@
{...}: {
{ ... }: {
programs.nixvim.opts = {
# Expand tabs to 4 spaces
shiftwidth = 4;

View File

@@ -1,4 +1,4 @@
{...}: {
{ ... }: {
imports = [
./lsp.nix
./telescope

View File

@@ -1,4 +1,4 @@
{...}: {
{ ... }: {
programs.nixvim = {
dependencies.rust-analyzer.enable = true;