Cool stuff

This commit is contained in:
Henry Hiles 2023-10-27 11:37:03 -04:00
parent 7c7e281b3c
commit 3ae2398770
7 changed files with 176 additions and 56 deletions

View file

@ -1,8 +1,8 @@
{
inputs = {
nixpkgs-master.url = "github:nixos/nixpkgs";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
stylix.url = "github:danth/stylix";
nixpkgs-local.url = "git+file:/home/quadradical/Documents/Code/nixpkgs?branch=init-monophonty";
firefox-gnome-theme = {
url = "github:rafaelmardojai/firefox-gnome-theme";
flake = false;
@ -22,17 +22,17 @@
};
outputs = {
self,
stylix,
nixpkgs,
home-manager,
stylix,
self,
...
} @ inputs: let
system = hostname:
nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {
inherit inputs self nixpkgs;
inherit inputs self;
};
modules =
[