update: home-manger config

This commit is contained in:
FabricSoul 2025-05-06 18:45:27 -04:00
parent 9f836545d6
commit 8ce9227801
15 changed files with 524 additions and 234 deletions

View file

@ -7,6 +7,7 @@
}: {
imports = [
./locale.nix
./tailscale.nix
];
# Enable nix flakes
@ -18,14 +19,18 @@
# Basic system packages
environment.systemPackages = with pkgs; [
vim
git
greetd.greetd
greetd.tuigreet
libinput
libnotify
kitty
zsh
ollama
# ollama
ollama-cuda
usbutils
obs-studio
obs-studio-plugins.input-overlay
];
# Enable the OpenSSH daemon
@ -50,7 +55,8 @@
hyprland.enable = true;
zsh.enable = true;
};
networking.enableIPv6 = false;
# This value determines the NixOS release version
system.stateVersion = "24.11";
system.stateVersion = "25.05";
}

View file

@ -0,0 +1,5 @@
{...}: {
services.tailscale = {
enable = true;
};
}

View file

@ -1,3 +0,0 @@
# hosts/common/optional/wifi.nix
{...}: {
}

View file

@ -14,7 +14,6 @@
../common/optional/nvidia.nix
../common/optional/docker.nix
../common/optional/steam.nix
../common/optional/wifi.nix
];
# Bootloader