diff --git a/README.md b/README.md index bd2d338..993c4e5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -# NixOS Configuration +# Lavitz - An opinionated NixOS config named after Lavitz from the PS1 classic The Legend of Dragoon -Use nix:help to list all commands - -** Note: All commit names are the unix timestamps for the config files \ No newline at end of file +DE: Gnome +Browser: Librewolf +Terminal: Ghostty +Password Manager: Bitwarden diff --git a/modules/desktop.nix b/modules/desktop.nix index e60c88d..4177305 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -4,5 +4,7 @@ services.displayManager.gdm.enable = true; services.desktopManager.gnome.enable = true; + environment.gnome.excludePackages = with pkgs; [ gnome-tour gnome-user-docs gnome-console epiphany ]; + services.printing.enable = true; }