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

View File

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