nixcfg/home/dustin-gnome.nix

13 lines
245 B
Nix
Raw Normal View History

{ config, pkgs, ... }:
{
imports = [ ./gnome ./common-gui.nix ];
home.username = "dustin";
home.homeDirectory = "/home/dustin";
home.stateVersion = "23.11";
programs.home-manager.enable = true;
services.syncthing.enable = true;
}