Merge pull request 'Merge changes made on GLaDOS to changes made on laptop' (#1) from Desktop-changes into main

Reviewed-on: https://codeberg.org/Lillian-Violet/NixOS-Config/pulls/1
This commit is contained in:
Lillian Violet 2024-10-30 09:19:57 +00:00
commit 4a36dff699
75 changed files with 61 additions and 393 deletions

View file

@ -1,10 +1,8 @@
{
inputs,
outputs,
lib,
config,
pkgs,
pkgs-edge,
...
}: {
imports = [

View file

@ -1,11 +1,4 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
{...}: {
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";

View file

@ -1,8 +1,5 @@
{
inputs,
outputs,
lib,
config,
pkgs,
pkgs-edge,
...