This commit is contained in:
4DBug
2025-03-11 21:25:07 -05:00
parent b2b75532be
commit 8c917f68d3

View File

@@ -12,8 +12,7 @@
python3
luau
luajit
luarocks
luajit
nodejs
blender
@@ -29,6 +28,8 @@
vesktop
nicotine-plus
furnace
pulseaudio
];
};
@@ -46,8 +47,8 @@
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
# vim
# wget
wget
gcc
];
services = {
@@ -69,28 +70,28 @@
"com.jeffser.Alpaca"
"org.vinegarhq.Vinegar"
"com.bambulab.BambuStudio"
"com.boxy_svg.BoxySVG"
#"com.boxy_svg.BoxySVG"
"org.gabmus.gfeeds"
"org.gnome.Decibels"
"org.pipewire.Helvum"
];
};
displayManager = {
autoLogin = {
enable = true;
user = "bug";
};
};
xserver = {
enable = true;
videoDrivers = ["nvidia"];
displayManager.gdm.enable = true;
desktopManager.gnome.enable = true;
displayManager = {
gdm.enable = true;
autoLogin = {
enable = true;
user = "bug";
};
};
xkb = {
layout = "us";
variant = "";
@@ -110,7 +111,10 @@
jack.enable = true;
};
ollama.enable = true;
ollama = {
enable = true;
acceleration = "cuda";
};
syncthing = {
enable = true;