diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-13 22:33:37 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-13 22:39:43 +0100 |
commit | f1d8afcc156b14ce44dde407bd76661bdc821e03 (patch) | |
tree | ba0b24b0c869d5c68ca8f1e5acb29d325979837f /packages.nix | |
parent | 6c181cdefe9d8d7b2b6bd47d97c7c6768b7c2ae0 (diff) |
Use flake-utils-plus and set-up multiple hosts
Diffstat (limited to 'packages.nix')
-rw-r--r-- | packages.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/packages.nix b/packages.nix deleted file mode 100644 index d557a94..0000000 --- a/packages.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ pkgs, ... }: -{ - # List packages installed in system profile. To search, run: - # $ nix search wget - environment.systemPackages = with pkgs; [ - helix - alacritty - firefox - git - ]; -} |