summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-26 13:56:18 -0700
committerFuwn <[email protected]>2024-10-26 13:56:18 -0700
commite7da0d538fa1f709fe295110976ebae0329fa024 (patch)
tree203055e9cef2090ff55cc0f0edb754e812fc8f31 /flake.nix
parenthome: fill out mpv configuration (diff)
downloadnixos-config-e7da0d538fa1f709fe295110976ebae0329fa024.tar.xz
nixos-config-e7da0d538fa1f709fe295110976ebae0329fa024.zip
hosts: initialise simple kioku configuration
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix19
1 files changed, 12 insertions, 7 deletions
diff --git a/flake.nix b/flake.nix
index f963b50..0a53ca5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -302,6 +302,15 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ nix-prettier = {
+ url = "github:loophp/nix-prettier";
+
+ inputs = {
+ flake-utils.follows = "flake-utils";
+ nixpkgs.follows = "nixpkgs";
+ };
+ };
+
notion-repackaged = {
url = "github:pikokr/nix-notion-repackaged";
inputs.nixpkgs.follows = "nixpkgs";
@@ -341,13 +350,9 @@
};
};
- nix-prettier = {
- url = "github:loophp/nix-prettier";
-
- inputs = {
- flake-utils.follows = "flake-utils";
- nixpkgs.follows = "nixpkgs";
- };
+ raspberry-pi-nix = {
+ url = "github:nix-community/raspberry-pi-nix";
+ inputs.nixpkgs.follows = "nixpkgs";
};
pywal-nix = {