1767731869

This commit is contained in:
2026-01-06 13:37:49 -07:00
parent 8abed2d357
commit 72e4651a27
2 changed files with 7 additions and 4 deletions

View File

@@ -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
DE: Gnome
Browser: Librewolf
Terminal: Ghostty
Password Manager: Bitwarden

View File

@@ -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;
}