Compare commits
No commits in common. "2aa4242d34b53aef79a4bf4b425970c0c6b364f0" and "94a1dc2b5411d94aa077505f84f3fe2fe43882da" have entirely different histories.
2aa4242d34
...
94a1dc2b54
|
@ -44,10 +44,6 @@
|
|||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"python3.11-youtube-dl-2021.12.17"
|
||||
];
|
||||
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
|
|
|
@ -32,13 +32,21 @@ imports =
|
|||
|
||||
reveal-md
|
||||
|
||||
|
||||
|
||||
markdownlint-cli
|
||||
markdown-anki-decks
|
||||
|
||||
|
||||
pro-office-calculator
|
||||
gnucash
|
||||
wcalc
|
||||
libsForQt5.kcalc
|
||||
libsForQt5.kate
|
||||
|
||||
|
||||
|
||||
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
@ -51,15 +51,22 @@ imports =
|
|||
whistle
|
||||
cozy
|
||||
lollypop
|
||||
deadbeef
|
||||
deadbeef-with-plugins
|
||||
libsForQt5.elisa
|
||||
|
||||
radiotray-ng
|
||||
shortwave
|
||||
radioboat
|
||||
qradiolink
|
||||
pithos
|
||||
gnomeExtensions.internet-radio
|
||||
gqrx
|
||||
|
||||
headset
|
||||
nuclear
|
||||
spotifyd
|
||||
spotifywm
|
||||
spotify-qt
|
||||
spotify-tray
|
||||
|
||||
|
@ -70,4 +77,5 @@ imports =
|
|||
|
||||
programs.dconf.enable = true; #needed for easyeffects for some reason
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -14,7 +14,6 @@ imports =
|
|||
obs-studio
|
||||
obs-cli
|
||||
|
||||
## constantly breaking, more hassle than useful.
|
||||
#obs-studio-plugins.obs-3d-effect
|
||||
#obs-studio-plugins.wlrobs
|
||||
#obs-studio-plugins.obs-ndi
|
||||
|
@ -32,14 +31,20 @@ imports =
|
|||
#obs-studio-plugins.obs-backgroundremoval
|
||||
#obs-studio-plugins.obs-pipewire-audio-capture
|
||||
|
||||
|
||||
shotcut
|
||||
libsForQt5.kdenlive
|
||||
olive-editor
|
||||
subtitleedit
|
||||
|
||||
|
||||
vlc
|
||||
mpv
|
||||
|
||||
|
||||
];
|
||||
|
||||
programs.dconf.enable = true; #needed for easyeffects for some reason
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue