Packages : Add firefox.
This commit is contained in:
parent
c4f23ab4fd
commit
b6d5fd5101
|
@ -10,6 +10,5 @@ mpv io.mpv.Mpv 0.37.0 stable system
|
||||||
Blender org.blender.Blender 4.0.2 stable system
|
Blender org.blender.Blender 4.0.2 stable system
|
||||||
GNU Image Manipulation Program org.gimp.GIMP 2.10.36 stable system
|
GNU Image Manipulation Program org.gimp.GIMP 2.10.36 stable system
|
||||||
Kdenlive org.kde.kdenlive 23.08.4 stable system
|
Kdenlive org.kde.kdenlive 23.08.4 stable system
|
||||||
Firefox org.mozilla.firefox 122.0.1 stable system
|
|
||||||
ONLYOFFICE Desktop Editors org.onlyoffice.desktopeditors 7.5.1 stable system
|
ONLYOFFICE Desktop Editors org.onlyoffice.desktopeditors 7.5.1 stable system
|
||||||
Tor Browser Launcher org.torproject.torbrowser-launcher 0.3.7 stable system
|
Tor Browser Launcher org.torproject.torbrowser-launcher 0.3.7 stable system
|
||||||
|
|
|
@ -18,11 +18,6 @@
|
||||||
10.1.0.2 pass.voronind.com
|
10.1.0.2 pass.voronind.com
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Firefox.
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
firefox
|
|
||||||
];
|
|
||||||
|
|
||||||
# Filesystems.
|
# Filesystems.
|
||||||
fileSystems."/storage/cold_1" = {
|
fileSystems."/storage/cold_1" = {
|
||||||
device = "/dev/storage/cold_1";
|
device = "/dev/storage/cold_1";
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
{ config, pkgs, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
imports = [ ];
|
imports = [ ];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [ ];
|
||||||
firefox
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
ddrescue
|
ddrescue
|
||||||
ffmpeg
|
ffmpeg
|
||||||
file
|
file
|
||||||
|
firefox
|
||||||
gcc
|
gcc
|
||||||
git
|
git
|
||||||
gnome.gnome-tweaks
|
gnome.gnome-tweaks
|
||||||
|
|
Reference in a new issue