mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Add unstable thunderbird with home-manager
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
}: let
|
||||
inherit (pkgs) stdenv;
|
||||
in {
|
||||
# System-wide packages to install.
|
||||
environment.systemPackages = with pkgs; let
|
||||
common = [
|
||||
# classics
|
||||
|
@@ -6,7 +6,6 @@
|
||||
}: let
|
||||
inherit (pkgs) stdenv;
|
||||
in {
|
||||
# System-wide packages to install.
|
||||
environment.systemPackages = with pkgs; let
|
||||
linuxDesktop = [
|
||||
albert
|
||||
@@ -36,7 +35,6 @@ in {
|
||||
google-cloud-sdk
|
||||
kazam
|
||||
legendary-gl
|
||||
mailspring
|
||||
prismlauncher
|
||||
obs-studio
|
||||
pavucontrol
|
||||
|
@@ -6,7 +6,6 @@
|
||||
}: let
|
||||
inherit (pkgs) stdenv;
|
||||
in {
|
||||
# System-wide packages to install.
|
||||
environment.systemPackages = with pkgs; let
|
||||
linux = [
|
||||
cpu-x
|
||||
|
Reference in New Issue
Block a user