about summary refs log tree commit diff
path: root/users/fcuny/devel/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/fcuny/devel/default.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/users/fcuny/devel/default.nix b/users/fcuny/devel/default.nix
deleted file mode 100644
index b4ff02e..0000000
--- a/users/fcuny/devel/default.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ config, lib, pkgs, isDesktop, ... }:
-with lib;
-
-{
-  imports = [ ./go.nix ./python.nix ];
-
-  home.packages = with pkgs;
-    [ util-linux ] ++ (optionals isDesktop [ flyctl hugo rnix-lsp nixfmt ]);
-}