mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
edited mpv profiles, added musnix
had to fix conflicts between various files
This commit is contained in:
parent
9aee0471cf
commit
d455f66036
3 changed files with 25 additions and 7 deletions
|
@ -1,4 +1,9 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
musnix,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
# for java development on vscode
|
||||
programs.nix-ld.enable = true;
|
||||
|
@ -11,13 +16,17 @@
|
|||
"tetrio-desktop"
|
||||
"beeper"
|
||||
"exact-audio-copy"
|
||||
"cider-2"
|
||||
];
|
||||
|
||||
musnix.enable = true;
|
||||
musnix.rtcqs.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
zathura
|
||||
# music editing software
|
||||
reaper
|
||||
surge
|
||||
cider-2
|
||||
|
||||
libreoffice-qt
|
||||
hunspell
|
||||
|
@ -44,9 +53,9 @@
|
|||
gvfs
|
||||
xfce.thunar
|
||||
|
||||
eclipses.eclipse-java # school wants us to use it...
|
||||
# eclipses.eclipse-java # school wants us to use it...
|
||||
nil
|
||||
jetbrains.idea-ultimate
|
||||
# jetbrains.idea-ultimate
|
||||
|
||||
# why3
|
||||
# alt-ergo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue