Compare commits

...

4 Commits

Author SHA1 Message Date
Adrian G L 2aa4242d34
Update sound.nix 2024-08-30 01:58:26 +02:00
Adrian G L 7112636080
Update video.nix 2024-08-30 01:53:40 +02:00
Adrian G L 79aa5facad
Update office.nix 2024-08-30 01:51:48 +02:00
Adrian G L 70ca4972bb
Update configuration.nix 2024-08-30 01:49:07 +02:00
4 changed files with 5 additions and 22 deletions

View File

@ -44,6 +44,10 @@
# 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;

View File

@ -32,21 +32,13 @@ imports =
reveal-md
markdownlint-cli
markdown-anki-decks
pro-office-calculator
gnucash
wcalc
libsForQt5.kcalc
libsForQt5.kate
];
}

View File

@ -51,22 +51,15 @@ 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
@ -77,5 +70,4 @@ imports =
programs.dconf.enable = true; #needed for easyeffects for some reason
}

View File

@ -14,6 +14,7 @@ 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
@ -31,20 +32,14 @@ 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
}