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;