1
0
Fork 0

Cleaning up

This commit is contained in:
Jarkko Toivanen 2023-05-02 02:47:26 +03:00
parent 7f15c6dff9
commit 9da7347a13

View file

@ -180,34 +180,28 @@
#noto-fonts-emoji #noto-fonts-emoji
]; ];
programs = { nixpkgs.config.allowUnfree = true;
steam = { programs.steam = {
enable = true; enable = true;
remotePlay.openFirewall = remotePlay.openFirewall =
true; # Open ports in the firewall for Steam Remote Play true; # Open ports in the firewall for Steam Remote Play
dedicatedServer.openFirewall = dedicatedServer.openFirewall =
true; # Open ports in the firewall for Source Dedicated Server true; # Open ports in the firewall for Source Dedicated Server
}; };
programs.bash ={
bash ={
shellAliases = { shellAliases = {
cross="NIX_STORE=/nix/store cross"; cross="NIX_STORE=/nix/store cross";
}; };
}; };
};
programs.dconf.enable = true; programs.dconf.enable = true;
programs.iftop.enable = true; programs.iftop.enable = true;
programs.iotop.enable = true; programs.iotop.enable = true;
programs.htop.enable = true; programs.htop.enable = true;
programs.tmux.enable = true; programs.tmux.enable = true;
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. wget
# wget
emacs emacs
nano
polkit_gnome polkit_gnome
pavucontrol pavucontrol
pasystray pasystray
@ -267,14 +261,6 @@
]; ];
}; };
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
#programs.mtr.enable = true;
#programs.gnupg.agent = {
# enable = true;
# enableSSHSupport = true;
#};
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions
# on your system were taken. It is perfectly fine and recommended to leave # on your system were taken. It is perfectly fine and recommended to leave