nix: add flake

This commit is contained in:
Nico 2025-05-03 16:15:57 +10:00
parent 94354286c1
commit 44829a3c62
2 changed files with 34 additions and 1 deletions

View file

@ -3,7 +3,7 @@
inputs = {
# NixOS official package source, using the unstable branch here
nixpkgs.url = "github:NixOS/nixpkgs/unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
};
outputs = { self, nixpkgs, ... }@inputs: {
@ -11,6 +11,12 @@
system = "x86_64-linux";
modules = [
./configuration.nix
./modules/shell.nix
./modules/users.nix
./modules/hyprland.nix
./modules/applications.nix
./hosts/pluto/conf.nix
./hosts/pluto/hardware-configuration.nix
];