This commit is contained in:
Your Name 2026-05-26 19:27:53 +02:00
parent 0c6f957dbf
commit 5a25738f11
2 changed files with 5 additions and 4 deletions

View File

@ -7,10 +7,10 @@
{ {
imports = imports =
[ [
# Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
nix.settings.experimental-features = ["nix-command" "flakes"];
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.
boot.loader = { boot.loader = {
systemd-boot.enable = true; systemd-boot.enable = true;
@ -40,7 +40,7 @@
# Enable the X11 windowing system. # Enable the X11 windowing system.
services.xserver = { services.xserver = {
enable = true; enable = true;
displayManager.mate.enable = true; deskopManager.mate.enable = true;
}; };
# Configure keymap in X11 # Configure keymap in X11
@ -72,6 +72,7 @@
gimp gimp
inkscape inkscape
libreoffice libreoffice
onlyoffice-desktopeditors
]; ];
}; };

View File

@ -27,9 +27,9 @@
"Downloads" "Downloads"
"Desktop" "Desktop"
"Pictures" "Pictures"
".nixos-config" "nixconf"
]; ];
#
files = [ files = [
]; ];