updated lock file, have working devshell and build (haven't installed it)
This commit is contained in:
@@ -47,11 +47,11 @@
|
||||
boot.supportedFilesystems = [ "ntfs" ];
|
||||
# https://github.com/NixOS/nixpkgs/issues/26722
|
||||
# boot.initrd.systemd.enable = true;
|
||||
# boot.plymouth = {
|
||||
# enable = true;
|
||||
# themePackages = [ pkgs.plymouth-themes ];
|
||||
# theme = "motion";
|
||||
# };
|
||||
boot.plymouth = {
|
||||
enable = true;
|
||||
themePackages = [ pkgs.plymouth-themes ];
|
||||
theme = "motion";
|
||||
};
|
||||
|
||||
# lazy enable of ports necessary for KDE connect which is installed via cli home profile (for some reason?)
|
||||
networking.firewall = {
|
||||
|
||||
@@ -43,25 +43,19 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"ripcord"
|
||||
"VCV-Rack"
|
||||
"SunVox"
|
||||
"renoise"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
signal-desktop # bridge to sealight?
|
||||
unstable.signal-desktop # bridge to sealight?
|
||||
unstable.sublime-music
|
||||
unstable.nheko
|
||||
unstable.tootle
|
||||
scrot
|
||||
# ripcord
|
||||
ripcord
|
||||
feh
|
||||
sxiv
|
||||
xkblayout-state
|
||||
sublime-music
|
||||
# vcv-rack
|
||||
vcv-rack
|
||||
zathura
|
||||
calibre
|
||||
nheko
|
||||
fractal
|
||||
mpv
|
||||
newsflash
|
||||
@@ -83,7 +77,6 @@ in
|
||||
papirus-icon-theme
|
||||
calendar-cli
|
||||
wyrd
|
||||
tootle
|
||||
tex
|
||||
];
|
||||
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
orca-c
|
||||
supercollider
|
||||
dirt
|
||||
# sunvox
|
||||
# vcv-rack
|
||||
sunvox
|
||||
vcv-rack
|
||||
lmms
|
||||
bespokesynth
|
||||
lsp-plugins
|
||||
|
||||
Reference in New Issue
Block a user