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