aboutsummaryrefslogtreecommitdiff
path: root/environment.nix
diff options
context:
space:
mode:
Diffstat (limited to 'environment.nix')
-rw-r--r--environment.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/environment.nix b/environment.nix
deleted file mode 100644
index 1c89518..0000000
--- a/environment.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-{ config, pkgs, ... }:
-{
- environment.systemPackages = with pkgs; [
- gcc
- python311
- zoxide
- starship
- cmake
- git-lfs
- inetutils
- btop
- pipes
- playerctl
- ];
- fonts.packages = with pkgs; [
- nerd-fonts.jetbrains-mono
- ];
-}