[NixOS] Reorder applications

This commit is contained in:
Ivan Malison 2018-06-17 03:16:49 -07:00
parent b4a011dd2e
commit a6cc17df6a
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -72,16 +72,18 @@ in
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# Applications # Applications
google-chrome emacs
firefox firefox
google-chrome
hexchat hexchat
keybase-gui
kodi kodi
rxvt_unicode
spotify
steam
termite
vlc vlc
xfce.thunar xfce.thunar
spotify
termite
rxvt_unicode
emacs
# Appearance # Appearance
numix-icon-theme-circle numix-icon-theme-circle
@ -158,6 +160,7 @@ in
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
services.openssh.enable = true; services.openssh.enable = true;
services.kbfs.enable = true;
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];
@ -172,8 +175,6 @@ in
sound.enable = true; sound.enable = true;
hardware.pulseaudio.enable = true; hardware.pulseaudio.enable = true;
environment.loginShellInit = ". ~/.lib/nix_login.sh";
services.xserver = { services.xserver = {
exportConfiguration = true; exportConfiguration = true;
enable = true; enable = true;