Cleaning up
This commit is contained in:
parent
7f15c6dff9
commit
9da7347a13
1 changed files with 13 additions and 27 deletions
|
@ -180,34 +180,28 @@
|
|||
#noto-fonts-emoji
|
||||
];
|
||||
|
||||
programs = {
|
||||
steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall =
|
||||
true; # Open ports in the firewall for Steam Remote Play
|
||||
dedicatedServer.openFirewall =
|
||||
true; # Open ports in the firewall for Source Dedicated Server
|
||||
};
|
||||
|
||||
bash ={
|
||||
shellAliases = {
|
||||
cross="NIX_STORE=/nix/store cross";
|
||||
};
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall =
|
||||
true; # Open ports in the firewall for Steam Remote Play
|
||||
dedicatedServer.openFirewall =
|
||||
true; # Open ports in the firewall for Source Dedicated Server
|
||||
};
|
||||
programs.bash ={
|
||||
shellAliases = {
|
||||
cross="NIX_STORE=/nix/store cross";
|
||||
};
|
||||
};
|
||||
|
||||
programs.dconf.enable = true;
|
||||
programs.iftop.enable = true;
|
||||
programs.iotop.enable = true;
|
||||
programs.htop.enable = true;
|
||||
programs.tmux.enable = true;
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
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
|
||||
nano
|
||||
polkit_gnome
|
||||
pavucontrol
|
||||
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
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It is perfectly fine and recommended to leave
|
||||
|
|
Loading…
Reference in a new issue