1767731869
This commit is contained in:
@@ -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
|
DE: Gnome
|
||||||
|
Browser: Librewolf
|
||||||
** Note: All commit names are the unix timestamps for the config files
|
Terminal: Ghostty
|
||||||
|
Password Manager: Bitwarden
|
||||||
|
|||||||
@@ -4,5 +4,7 @@
|
|||||||
services.displayManager.gdm.enable = true;
|
services.displayManager.gdm.enable = true;
|
||||||
services.desktopManager.gnome.enable = true;
|
services.desktopManager.gnome.enable = true;
|
||||||
|
|
||||||
|
environment.gnome.excludePackages = with pkgs; [ gnome-tour gnome-user-docs gnome-console epiphany ];
|
||||||
|
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user