[Haskell] Adds haskell
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
./features/audio.nix
|
||||
./features/hyprland.nix
|
||||
./features/development-linux.nix
|
||||
./features/haskell.nix
|
||||
];
|
||||
|
||||
home.stateVersion = "24.11";
|
||||
@@ -17,8 +18,7 @@
|
||||
# Development
|
||||
git
|
||||
nix-prefetch-github
|
||||
|
||||
|
||||
|
||||
# Applications
|
||||
discord
|
||||
webcord # Discord app replacement
|
||||
|
||||
6
home-manager/features/haskell.nix
Normal file
6
home-manager/features/haskell.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
ghc
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user