push
This commit is contained in:
5
.stfolder/syncthing-folder-a0745f.txt
Normal file
5
.stfolder/syncthing-folder-a0745f.txt
Normal 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
|
||||||
5
main.nix
5
main.nix
@@ -24,10 +24,11 @@
|
|||||||
./modules/graphics.nix
|
./modules/graphics.nix
|
||||||
./modules/audio.nix
|
./modules/audio.nix
|
||||||
./modules/home-manager.nix
|
./modules/home-manager.nix
|
||||||
./modules/mpd.nix
|
|
||||||
./modules/swap.nix
|
./modules/swap.nix
|
||||||
./modules/virtualisation.nix
|
./modules/virtualisation.nix
|
||||||
]);
|
]) ++ (if device == "laptop" then [
|
||||||
|
./modules/mpd.nix
|
||||||
|
] else []);
|
||||||
|
|
||||||
system = {
|
system = {
|
||||||
stateVersion = "25.11";
|
stateVersion = "25.11";
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
{
|
{
|
||||||
services = {
|
services = {
|
||||||
mpd = {
|
mpd = {
|
||||||
enable = (device == "laptop");
|
enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
music_directory = "/run/media/bug/Music/";
|
music_directory = "/run/media/bug/Music/";
|
||||||
|
|||||||
@@ -41,33 +41,33 @@ in
|
|||||||
|
|
||||||
go
|
go
|
||||||
|
|
||||||
(python3.withPackages (ps: with ps; [
|
#(python3.withPackages (ps: with ps; [
|
||||||
unidecode
|
#unidecode
|
||||||
discordpy
|
#discordpy
|
||||||
setuptools
|
#setuptools
|
||||||
|
|
||||||
pip
|
#pip
|
||||||
pynput
|
#pynput
|
||||||
python-uinput
|
#python-uinput
|
||||||
|
|
||||||
mido
|
#mido
|
||||||
|
|
||||||
pyautogui
|
#pyautogui
|
||||||
pygobject3
|
#pygobject3
|
||||||
pycairo
|
#pycairo
|
||||||
|
|
||||||
tkinter
|
#tkinter
|
||||||
|
|
||||||
numpy
|
#numpy
|
||||||
scipy
|
#scipy
|
||||||
imageio
|
#imageio
|
||||||
|
|
||||||
evdev
|
#evdev
|
||||||
]))
|
#]))
|
||||||
|
|
||||||
nodejs
|
nodejs
|
||||||
|
|
||||||
(blender.withPackages (ps: with ps; [
|
/*(blender.withPackages (ps: with ps; [
|
||||||
libGLU
|
libGLU
|
||||||
gcc
|
gcc
|
||||||
zlib
|
zlib
|
||||||
@@ -78,6 +78,7 @@ in
|
|||||||
xorg.libxcb
|
xorg.libxcb
|
||||||
glib
|
glib
|
||||||
]))
|
]))
|
||||||
|
*/
|
||||||
|
|
||||||
plasticity
|
plasticity
|
||||||
obsidian
|
obsidian
|
||||||
|
|||||||
Reference in New Issue
Block a user