added wofi, spicetify, and fonts

This commit is contained in:
Emile Clark-Boman 2024-10-30 23:25:57 +10:00
parent 48fb5e798c
commit b2a8645da1
5 changed files with 509 additions and 20 deletions

View file

@ -9,6 +9,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
spicetify-nix = {
url = "github:Gerg-L/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
# is this necessary? (aren't I enabling it in `configuration.nix` anyways?)
hyprland.url = "github:hyprwm/Hyprland";
};
@ -26,10 +31,7 @@
pkgs = import nixpkgs {
inherit system;
config = {
allowUnfree = false;
};
config.allowUnfree = true;
};
# this is just something I'm experimenting with
@ -41,7 +43,7 @@
myputer = nixpkgs.lib.nixosSystem {
# nix passes these to every single module above
specialArgs = {
inherit inputs;
inherit inputs pkgs;
};
modules = [