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:
@@ -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
|
||||
|
Reference in New Issue
Block a user