diff options
| author | Amir Saeid <amir@glgdgt.com> | 2026-04-18 21:45:44 +0100 |
|---|---|---|
| committer | Amir Saeid <amir@glgdgt.com> | 2026-04-18 21:45:44 +0100 |
| commit | 9158edcb475f7cf4d000c7c06d56791e24166c75 (patch) | |
| tree | fc2a19612c13e62b919cc0c476002ce0fd9de25f /modules/dev-tools.nix | |
| parent | 531b20fdf744059f5fd859135ba27defa31c3a34 (diff) | |
Add i3 config
Diffstat (limited to 'modules/dev-tools.nix')
| -rw-r--r-- | modules/dev-tools.nix | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/modules/dev-tools.nix b/modules/dev-tools.nix index 77d0410..b94ad0b 100644 --- a/modules/dev-tools.nix +++ b/modules/dev-tools.nix @@ -1,9 +1,10 @@ -{ config -, pkgs -, unstablePkgs -, unfreePkgs -, unstableUnfreePkgs -, ... +{ + config, + pkgs, + unstablePkgs, + unfreePkgs, + unstableUnfreePkgs, + ... }: { home.packages = with pkgs; [ @@ -15,6 +16,7 @@ delta fd fzf + godot git haskell.compiler.ghc912 haskellPackages.cabal-install |
