mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +05:30
formatted the code with alejandra
This commit is contained in:
@ -1,4 +1,11 @@
|
||||
{ inputs, outputs, lib, pkgs, username, ... }: {
|
||||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
pkgs,
|
||||
username,
|
||||
...
|
||||
}: {
|
||||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
@ -34,7 +41,7 @@
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs;[
|
||||
environment.systemPackages = with pkgs; [
|
||||
lua53Packages.lua
|
||||
wezterm
|
||||
acpi
|
||||
|
Reference in New Issue
Block a user