From a6cc17df6ad7fa1f9fac908bb206e95f82195623 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 17 Jun 2018 03:16:49 -0700 Subject: [PATCH] [NixOS] Reorder applications --- nixos/configuration.nix | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index c2a968e8..f3daea08 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -72,16 +72,18 @@ in environment.systemPackages = with pkgs; [ # Applications - google-chrome + emacs firefox + google-chrome hexchat + keybase-gui kodi + rxvt_unicode + spotify + steam + termite vlc xfce.thunar - spotify - termite - rxvt_unicode - emacs # Appearance numix-icon-theme-circle @@ -158,6 +160,7 @@ in # Enable the OpenSSH daemon. services.openssh.enable = true; + services.kbfs.enable = true; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; @@ -172,8 +175,6 @@ in sound.enable = true; hardware.pulseaudio.enable = true; - environment.loginShellInit = ". ~/.lib/nix_login.sh"; - services.xserver = { exportConfiguration = true; enable = true;