- Add default group with gid 1000 - Add redshift night light to dwm - Add samba mount nix - Add openssh and github cli packages
14 lines
187 B
Nix
14 lines
187 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./dbus.nix
|
|
./gnome-keyring.nix
|
|
./miscellaneous.nix
|
|
./gaming.nix
|
|
./backups.nix
|
|
./user-shell.nix
|
|
./samba.nix
|
|
];
|
|
}
|