Massive nixfmt reformatting

This commit is contained in:
Natsu Kagami 2025-04-03 13:59:50 +02:00
parent fe4492f004
commit b29ddd5e65
Signed by: nki
GPG key ID: 55A032EB38B49ADB
109 changed files with 4323 additions and 2368 deletions

View file

@ -1,4 +1,9 @@
{ pkgs, config, lib, ... }:
{
pkgs,
config,
lib,
...
}:
let
discord = pkgs.armcord.override { nss = pkgs.nss_latest; };
@ -30,15 +35,18 @@ in
'';
# More packages
home.packages = (with pkgs; [
mate.mate-terminal
home.packages = (
with pkgs;
[
mate.mate-terminal
firefox-wayland
firefox-wayland
discord
discord
typora
]);
typora
]
);
# Graphical set up
linux.graphical.type = "wayland";
@ -125,4 +133,3 @@ in
# changes in each release.
home.stateVersion = "21.05";
}