Samba Share, Night Light, and Dev Packages

- Add default group with gid 1000
- Add redshift night light to dwm
- Add samba mount nix
- Add openssh and github cli packages
This commit is contained in:
Sravan Balaji
2024-03-31 09:58:40 -04:00
parent b51a77befa
commit 0adc8dadcd
5 changed files with 50 additions and 1 deletions

View File

@@ -42,6 +42,13 @@
# Picom Compositor
services.picom.enable = true;
# Night Light
services.redshift = {
enable = true;
package = pkgs.redshift;
executable = "/bin/redshift-gtk";
};
environment.systemPackages = with pkgs; [
# X11 Utilities
arandr