Added undervolting, lost my mind after losing 3h of customization

This commit is contained in:
Chloe Hawthorne
2025-02-25 15:32:51 +11:00
parent a794217908
commit 26d11dfdd6
4 changed files with 16 additions and 105 deletions

View File

@@ -4,10 +4,7 @@
inputs = {
# Nixpkgs
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
# You can access packages and modules from different nixpkgs revs
# at the same time. Here's an working example:
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
# Also see the 'unstable-packages' overlay at 'overlays/default.nix'.
# Lix
lix-module = {
@@ -18,15 +15,11 @@
# Home manager
home-manager.url = "github:nix-community/home-manager/release-24.11";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
# Alacritty Theme
alacritty-theme.url = "github:alexghr/alacritty-theme.nix";
};
outputs = {
self,
nixpkgs,
alacritty-theme,
lix-module,
home-manager,
...