base: sort gui programs

This commit is contained in:
Antoine Martin 2021-04-17 03:37:21 +02:00
parent 8004ac744a
commit 6cdbf80a53

View file

@ -1,11 +1,11 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
alacritty
discord
firefox firefox
flameshot flameshot
alacritty
slack slack
discord
]; ];
networking.networkmanager.enable = true; networking.networkmanager.enable = true;