mirror of
https://github.com/heyitschloehawthorne/nix-config.git
synced 2025-12-16 19:28:39 +11:00
Added undervolting, lost my mind after losing 3h of customization
This commit is contained in:
@@ -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,
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user