mainly alacritty stuff

This commit is contained in:
LunarAkai 2025-03-16 09:21:45 +01:00
commit 6869c2acbd
8 changed files with 134 additions and 10 deletions

View file

@ -15,6 +15,7 @@
# optional stuff
../common/optional/gnome.nix
../common/optional/pipewire.nix
../common/optional/flatpak.nix
# thinkpad-related
../common/optional/thinkpad.nix
@ -27,7 +28,7 @@
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "spider"; # Define your hostname.
# Enable networking
@ -45,9 +46,6 @@
# Enable CUPS to print documents.
services.printing.enable = true;
# flatpak
services.flatpak.enable = true;
# Allow unfree packages
nixpkgs.config.allowUnfree = true;