mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2025-08-04 01:00:22 -04:00
update: home-manger config
This commit is contained in:
parent
9f836545d6
commit
8ce9227801
15 changed files with 524 additions and 234 deletions
|
@ -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";
|
||||
}
|
||||
|
|
5
hosts/common/global/tailscale.nix
Normal file
5
hosts/common/global/tailscale.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{...}: {
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
# hosts/common/optional/wifi.nix
|
||||
{...}: {
|
||||
}
|
|
@ -14,7 +14,6 @@
|
|||
../common/optional/nvidia.nix
|
||||
../common/optional/docker.nix
|
||||
../common/optional/steam.nix
|
||||
../common/optional/wifi.nix
|
||||
];
|
||||
|
||||
# Bootloader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue