nixfmt...

This commit is contained in:
2026-03-11 19:30:20 +02:00
parent 13a03b36e0
commit a91f3b318a
3 changed files with 33 additions and 22 deletions

View File

@@ -5,8 +5,8 @@
{ config, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
./packages.nix
./emacs.nix
@@ -57,8 +57,6 @@
# Enable the X11 windowing system.
services.xserver.enable = true;
# Enable CUPS to print documents.
services.printing.enable = true;
@@ -79,7 +77,10 @@
users.users.linly = {
isNormalUser = true;
description = "Aly Sewelam";
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [
"networkmanager"
"wheel"
];
};
# Install firefox.

View File

@@ -1,4 +1,9 @@
{ config, lib, pkgs, ... }:
{
config,
lib,
pkgs,
...
}:
{

View File

@@ -1,4 +1,9 @@
{ config, lib, pkgs, ... }:
{
config,
lib,
pkgs,
...
}:
{
environment.systemPackages = with pkgs; [