From 131f04d901a9c102ef1b81b0e7f6de1840d79716 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Fri, 22 Nov 2024 23:47:06 -0600 Subject: [PATCH] added comments to flake inputs --- README.md | 1 + flake.nix | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 593444e..8a34032 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ - move applications in server environment into their own flakes - get rid of disko config and import it in hardware-configuration.nix - why does users.users..home conflict with home-manager.users..home.homeDirectory +- get rid of environments folder ## New Features - offline access for nfs mounts (overlay with rsync might be a good option here? https://www.spinics.net/lists/linux-unionfs/msg07105.html note about nfs4 and overlay fs) - Flake templates diff --git a/flake.nix b/flake.nix index 6302960..13f7b9a 100644 --- a/flake.nix +++ b/flake.nix @@ -33,6 +33,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + # firefox extensions firefox-addons = { url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons"; inputs.nixpkgs.follows = "nixpkgs"; @@ -49,10 +50,12 @@ url = "github:NixOS/nixos-hardware/master"; }; + # this is just here so that we have a lock on it for our dev shells flake-compat = { url = "github:edolstra/flake-compat"; }; + # lix in nice ig lix-module = { url = "git+https://git.lix.systems/lix-project/nixos-module?ref=stable"; inputs.nixpkgs.follows = "nixpkgs";