something works

This commit is contained in:
Jet Pham 2024-03-15 21:21:18 -07:00
parent 66607d4a5f
commit 342aa83849
8 changed files with 140 additions and 284 deletions

View file

@ -1,5 +1,5 @@
{
description = "Jet's Nix Config";
description = "Jet's nix config";
inputs = {
# Nixpkgs
@ -9,12 +9,11 @@
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
# TODO: Add any other flake you might need
# hardware.url = "github:nixos/nixos-hardware";
hardware.url = "github:nixos/nixos-hardware";
# Shameless plug: looking for a way to nixify your themes and make
# everything match nicely? Try nix-colors!
#nix-colors.url = "github:misterio77/nix-colors";
# nix-colors.url = "github:misterio77/nix-colors";
};
outputs = {
@ -28,7 +27,7 @@
# NixOS configuration entrypoint
# Available through 'nixos-rebuild --flake .#your-hostname'
nixosConfigurations = {
jet = nixpkgs.lib.nixosSystem {
laptop = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs outputs;};
# > Our main nixos configuration file <
modules = [./nixos/configuration.nix];