refactor: attempting to merge nix-starter-configs and chfour's nixos config together

This commit is contained in:
Ruben 2024-04-17 20:52:32 -05:00
commit ffc95db1f8
No known key found for this signature in database
GPG key ID: AE181294E97E4802
13 changed files with 330 additions and 228 deletions

View file

@ -8,27 +8,11 @@
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
# KDE Plasma configuration
../../config/plasma.nix
# Shared/common configurations
../../config/common.nix
# Packages
../../config/packages.nix
];
# who up thunking they
# who up thonking they
networking.hostName = "thonkpad";
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# use linux-cachy from the nyx repo.
# is this actually "required"? no, not really. but i can have it, so why not?
# see nyx: https://www.nyx.chaotic.cx/
# see cachyos: https://github.com/CachyOS/linux-cachyos
boot.kernelPackages = pkgs.linuxPackages_cachyos;
# Set your time zone.
time.timeZone = "America/Chicago";

View file

@ -8,27 +8,11 @@
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
# KDE Plasma configuration
../../config/plasma.nix
# Shared/common configurations
../../config/common.nix
# Packages
../../config/packages.nix
];
# who up thunking they
networking.hostName = "thunkpad";
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# use linux-cachy from the nyx repo.
# is this actually "required"? no, not really. but i can have it, so why not?
# see nyx: https://www.nyx.chaotic.cx/
# see cachyos: https://github.com/CachyOS/linux-cachyos
boot.kernelPackages = pkgs.linuxPackages_cachyos;
# Set your time zone.
time.timeZone = "America/Chicago";