From 72e4651a27db8ba28d58dd7f18caff81c5e9eb9d Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Tue, 6 Jan 2026 13:37:49 -0700 Subject: [PATCH] 1767731869 --- README.md | 9 +++++---- modules/desktop.nix | 2 ++ 2 files changed, 7 insertions(+), 4 deletions(-) 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; }