mirror of
https://git.gay/sneexy/nixos.git
synced 2026-01-11 05:03:15 -08:00
refactor: attempting to merge nix-starter-configs and chfour's nixos config together
This commit is contained in:
parent
be17c0b834
commit
ffc95db1f8
13 changed files with 330 additions and 228 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue