[Haskell] Adds haskell
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
./features/audio.nix
|
./features/audio.nix
|
||||||
./features/hyprland.nix
|
./features/hyprland.nix
|
||||||
./features/development-linux.nix
|
./features/development-linux.nix
|
||||||
|
./features/haskell.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.stateVersion = "24.11";
|
home.stateVersion = "24.11";
|
||||||
@@ -17,8 +18,7 @@
|
|||||||
# Development
|
# Development
|
||||||
git
|
git
|
||||||
nix-prefetch-github
|
nix-prefetch-github
|
||||||
|
|
||||||
|
|
||||||
# Applications
|
# Applications
|
||||||
discord
|
discord
|
||||||
webcord # Discord app replacement
|
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