This commit is contained in:
4DBug
2026-02-04 18:06:45 -06:00
parent 4c3cd74b7a
commit 29581518a1
6 changed files with 31 additions and 22 deletions

View File

@@ -0,0 +1,5 @@
# This directory is a Syncthing folder marker.
# Do not delete.
folderID: nix
created: 2026-01-29T23:05:44-06:00

2
.stignore Normal file
View File

@@ -0,0 +1,2 @@
device.nix
hardware-configuration.nix

View File

@@ -24,10 +24,11 @@
./modules/graphics.nix
./modules/audio.nix
./modules/home-manager.nix
./modules/mpd.nix
./modules/swap.nix
./modules/virtualisation.nix
]);
]) ++ (if device == "laptop" then [
./modules/mpd.nix
] else []);
system = {
stateVersion = "25.11";

View File

@@ -3,7 +3,7 @@
{
services = {
mpd = {
enable = (device == "laptop");
enable = true;
settings = {
music_directory = "/run/media/bug/Music/";

View File

@@ -41,33 +41,33 @@ in
go
(python3.withPackages (ps: with ps; [
unidecode
discordpy
setuptools
#(python3.withPackages (ps: with ps; [
#unidecode
#discordpy
#setuptools
pip
pynput
python-uinput
#pip
#pynput
#python-uinput
mido
#mido
pyautogui
pygobject3
pycairo
#pyautogui
#pygobject3
#pycairo
tkinter
#tkinter
numpy
scipy
imageio
#numpy
#scipy
#imageio
evdev
]))
#evdev
#]))
nodejs
(blender.withPackages (ps: with ps; [
/*(blender.withPackages (ps: with ps; [
libGLU
gcc
zlib
@@ -78,6 +78,7 @@ in
xorg.libxcb
glib
]))
*/
plasticity
obsidian