Configuration for my NixOS based systems and Home Manager

ADD: slack

+16
+8
configuration.nix
··· 46 # Automatic Garbage Collection 47 nix.gc.automatic = true; 48 nix.gc.options = "--delete-older-than 8d"; 49 50 # This option defines the first version of NixOS you have installed on this particular machine, 51 # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.
··· 46 # Automatic Garbage Collection 47 nix.gc.automatic = true; 48 nix.gc.options = "--delete-older-than 8d"; 49 + nix.settings = { 50 + substituters = [ 51 + "http://cache.packetlost.dev" 52 + ]; 53 + trusted-public-keys = [ 54 + "misaki.packetlost.dev:y5Z/utaVBozpL0UAbUQDWLjpm2sVMOoKzyG76n/167A=" 55 + ]; 56 + }; 57 58 # This option defines the first version of NixOS you have installed on this particular machine, 59 # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.
+2
noah-home.nix
··· 7 "rust-rover" 8 "discord" 9 "google-chrome" 10 ]; 11 }; 12 in ··· 133 fuzzel 134 thunderbird 135 ghostty 136 137 # Python dev tools 138 ruff-lsp
··· 7 "rust-rover" 8 "discord" 9 "google-chrome" 10 + "slack" 11 ]; 12 }; 13 in ··· 134 fuzzel 135 thunderbird 136 ghostty 137 + slack 138 139 # Python dev tools 140 ruff-lsp
+1
packages.nix
··· 132 "unstable.obsidian" 133 "tailscale" 134 "google-chrome" 135 ]; 136 }
··· 132 "unstable.obsidian" 133 "tailscale" 134 "google-chrome" 135 + "slack" 136 ]; 137 }
+5
sway/config
··· 76 accel_profile flat 77 } 78 79 80 exec xrdb -merge "/home/noah/.config/Xresources.d/all" 81 ### Key bindings
··· 76 accel_profile flat 77 } 78 79 + input "1133:50504:Logitech_USB_Receiver_Mouse" { 80 + pointer_accel 0.2 81 + accel_profile flat 82 + } 83 + 84 85 exec xrdb -merge "/home/noah/.config/Xresources.d/all" 86 ### Key bindings