summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-01 20:16:11 -0700
committerFuwn <[email protected]>2024-09-01 20:16:11 -0700
commit85eab3d3adb47cfa4229c73966aae49312bbc285 (patch)
tree3177b77a595c80c452ecec25642c47399000b2f1 /home
parentok (diff)
downloadnixos-config-85eab3d3adb47cfa4229c73966aae49312bbc285.tar.xz
nixos-config-85eab3d3adb47cfa4229c73966aae49312bbc285.zip
hi
Diffstat (limited to 'home')
-rw-r--r--home/ebisu/fortune/development/nix.nix12
1 files changed, 10 insertions, 2 deletions
diff --git a/home/ebisu/fortune/development/nix.nix b/home/ebisu/fortune/development/nix.nix
index 2c3f117..5fa5d17 100644
--- a/home/ebisu/fortune/development/nix.nix
+++ b/home/ebisu/fortune/development/nix.nix
@@ -1,6 +1,12 @@
-{ pkgs, ... }:
+{
+ pkgs,
+ inputs,
+ system,
+ ...
+}:
{
programs.direnv.enable = true;
+ services.lorri.enable = true;
home.packages = with pkgs; [
nil
@@ -12,12 +18,14 @@
nixfmt-rfc-style
nix-tree
nix-visualize
- statix
deadnix
update-nix-fetchgit
nix-prefetch-scripts
nix-output-monitor
cachix
+ inputs.nix-alien.packages.${system}.nix-alien
devenv
+ manix
+ niv
];
}