some cleanup

This commit is contained in:
LunarAkai 2025-03-15 16:19:21 +01:00
commit ccac697b26
11 changed files with 22 additions and 34 deletions

View file

@ -1,7 +1,6 @@
{
inputs,
outputs,
pkgs,
...
}: {
imports = [
@ -16,8 +15,5 @@
inherit inputs outputs;
};
environment.systemPackages = with pkgs; [
];
system.stateVersion = "24.11";
}

View file

@ -1,6 +1,4 @@
{pkgs, ...}: {
{...}: {
# dynamic linking
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [
];
}

View file

@ -1,8 +1,4 @@
{
inputs,
lib,
...
}: {
{...}: {
# flakes
nix = {
settings = {

View file

@ -1,7 +1,6 @@
{
pkgs,
config,
lib,
...
}: {
# Define a user account. Don't forget to set a password with passwd.
@ -9,8 +8,8 @@
isNormalUser = true;
description = "luna";
extraGroups = [
"networkmanager"
"wheel"
"networkmanager"
"wheel"
];
packages = with pkgs; [
# thunderbird