treewide: add back cinny and mission-center

This commit is contained in:
Anthony Rodriguez 2024-11-27 17:45:20 +01:00
parent f138465dbd
commit e4b5c00f7c
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
2 changed files with 11 additions and 12 deletions

View file

@ -28,23 +28,22 @@
# miscellaneous programs that do not need to be configured # miscellaneous programs that do not need to be configured
home.packages = with pkgs; [ home.packages = with pkgs; [
cinny-desktop
entr
fractal
geary geary
gnome-control-center
imhex imhex
logisim-evolution logisim-evolution
mission-center
nautilus
obsidian obsidian
playerctl
proton-pass proton-pass
simple-scan
vesktop vesktop
wl-clipboard wl-clipboard
fractal
gnome-control-center
playerctl
nautilus
simple-scan
entr
inputs.neovim-flake.packages.${pkgs.system}.default
# https://nixpkgs-tracker.ocfox.me/?pr=357219 inputs.neovim-flake.packages.${pkgs.system}.default
# mission-center
# cinny-desktop
]; ];
} }

View file

@ -3,8 +3,8 @@
config = { config = {
allowUnfree = true; allowUnfree = true;
permittedInsecurePackages = [ permittedInsecurePackages = [
"cinny-4.2.2" "cinny-4.2.3"
"cinny-unwrapped-4.2.2" "cinny-unwrapped-4.2.3"
"segger-jlink-qt4-796s" "segger-jlink-qt4-796s"
]; ];
segger-jlink.acceptLicense = true; segger-jlink.acceptLicense = true;