Cleanup stuff only necessary

This commit is contained in:
2025-08-31 01:20:48 +02:00
parent 75d30efc6c
commit b1b36e418f
20 changed files with 28 additions and 1832 deletions

View File

@@ -1,33 +1,20 @@
# Edit this configuration file to define what should be installed on
# your system.
{ ... }:
{ lib, pkgs, ... }:
let
test_variable = "Hello world";
in {
{
imports = [
./hardware-configuration.nix
# Installing the common modules
# Still need to modularize this
# ../../modules/networking.nix
../../user/users.nix
../../modules/common.nix
# Common modules
../../users.nix
../../modules/tweaks.nix
../../modules/laptop.nix
../../common.nix
../../modules/hardware/battery.nix
../../modules/hardware/xremap.nix
];
# TEST INSERT
nixpkgs.config.allowUnfree = true;
networking.hostName = "nixyos";
networking.networkmanager.wifi.powersave = true;
networking.hostName = "nixyos";
system.stateVersion = "24.11"; # Did you read the comment?
}

View File

@@ -1,7 +1,7 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations.
{ config, lib, pkgs, modulesPath, ... }:
{ config, lib, modulesPath, ... }:
{
imports =