treewide: add back cinny and mission-center
This commit is contained in:
parent
f138465dbd
commit
e4b5c00f7c
2 changed files with 11 additions and 12 deletions
|
@ -28,23 +28,22 @@
|
|||
|
||||
# miscellaneous programs that do not need to be configured
|
||||
home.packages = with pkgs; [
|
||||
cinny-desktop
|
||||
entr
|
||||
fractal
|
||||
geary
|
||||
gnome-control-center
|
||||
imhex
|
||||
logisim-evolution
|
||||
mission-center
|
||||
nautilus
|
||||
obsidian
|
||||
playerctl
|
||||
proton-pass
|
||||
simple-scan
|
||||
vesktop
|
||||
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
|
||||
# mission-center
|
||||
# cinny-desktop
|
||||
inputs.neovim-flake.packages.${pkgs.system}.default
|
||||
];
|
||||
}
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = [
|
||||
"cinny-4.2.2"
|
||||
"cinny-unwrapped-4.2.2"
|
||||
"cinny-4.2.3"
|
||||
"cinny-unwrapped-4.2.3"
|
||||
"segger-jlink-qt4-796s"
|
||||
];
|
||||
segger-jlink.acceptLicense = true;
|
||||
|
|
Loading…
Reference in a new issue