Add simplex, arandr, disable firewall, xset r rate 200 60

This commit is contained in:
cubernetes 2026-05-26 21:25:15 +02:00
parent c8a954932a
commit c0fefbbf62
2 changed files with 6 additions and 1 deletions

View file

@ -152,6 +152,8 @@
keepassxc keepassxc
nextcloud-client nextcloud-client
dmenu dmenu
simplex-chat-desktop
arandr
]; ];
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are
@ -171,7 +173,7 @@
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether. # Or disable the firewall altogether.
# networking.firewall.enable = false; networking.firewall.enable = false;
# 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

View file

@ -3,6 +3,9 @@
{ {
programs.bash = { programs.bash = {
enable = true; enable = true;
initExtra = ''
xset r rate 200 60
''
shellAliases = { shellAliases = {
rb = "sudo nixos-rebuild switch --flake /etc/nixos#fw"; rb = "sudo nixos-rebuild switch --flake /etc/nixos#fw";
nx = "vim ~/nixos-config/hosts/fw/configuration.nix"; nx = "vim ~/nixos-config/hosts/fw/configuration.nix";