nix: Add flatpak and more packages
This commit is contained in:
parent
6d9b3beddb
commit
7b9b3b2b07
@ -131,6 +131,7 @@
|
|||||||
hunspell
|
hunspell
|
||||||
hunspellDicts.de_DE
|
hunspellDicts.de_DE
|
||||||
hunspellDicts.en_US
|
hunspellDicts.en_US
|
||||||
|
makemkv
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -149,6 +150,10 @@
|
|||||||
environment.pathsToLink = [ "/share/nix-direnv" ];
|
environment.pathsToLink = [ "/share/nix-direnv" ];
|
||||||
environment.shells = with pkgs; [ zsh ]; # adds zsh to /etc/shells
|
environment.shells = with pkgs; [ zsh ]; # adds zsh to /etc/shells
|
||||||
|
|
||||||
|
services.flatpak.enable = true;
|
||||||
|
xdg.portal.enable = true;
|
||||||
|
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
@ -184,8 +189,12 @@
|
|||||||
polkit_gnome
|
polkit_gnome
|
||||||
nix-index
|
nix-index
|
||||||
python3
|
python3
|
||||||
|
black
|
||||||
libnotify
|
libnotify
|
||||||
|
# unstable.tor-browser-bundle-bin
|
||||||
killall
|
killall
|
||||||
|
findutils
|
||||||
|
xorg.xkill
|
||||||
unzip
|
unzip
|
||||||
vlc
|
vlc
|
||||||
direnv
|
direnv
|
||||||
@ -193,6 +202,21 @@
|
|||||||
handbrake
|
handbrake
|
||||||
nmap
|
nmap
|
||||||
jq
|
jq
|
||||||
|
jdk
|
||||||
|
# emacsPackages.clang-format # formatting for java
|
||||||
|
gradle
|
||||||
|
maven
|
||||||
|
android-tools
|
||||||
|
dvdisaster
|
||||||
|
mate.engrampa
|
||||||
|
# toybox
|
||||||
|
unixtools.procps
|
||||||
|
qpdfview
|
||||||
|
ffmpeg
|
||||||
|
links2
|
||||||
|
julia-bin
|
||||||
|
xdg-desktop-portal-gtk
|
||||||
|
discord
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
@ -212,7 +236,6 @@
|
|||||||
fira-code
|
fira-code
|
||||||
fira-code-symbols
|
fira-code-symbols
|
||||||
source-code-pro
|
source-code-pro
|
||||||
xorg.xkill
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
|
Loading…
x
Reference in New Issue
Block a user