nix: add flake
This commit is contained in:
parent
94354286c1
commit
44829a3c62
2 changed files with 34 additions and 1 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue