summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/base.nix11
-rw-r--r--modules/dev-tools.nix14
-rw-r--r--modules/host-common.nix7
-rw-r--r--modules/shell.nix13
-rw-r--r--modules/term.nix11
5 files changed, 33 insertions, 23 deletions
diff --git a/modules/base.nix b/modules/base.nix
index bf5efe9..1ebc61a 100644
--- a/modules/base.nix
+++ b/modules/base.nix
@@ -1,8 +1,9 @@
-{ config
-, pkgs
-, lib
-, userOptions
-, ...
+{
+ config,
+ pkgs,
+ lib,
+ userOptions,
+ ...
}:
{
home.stateVersion = "25.11";
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
diff --git a/modules/host-common.nix b/modules/host-common.nix
index 83a51e2..cc95807 100644
--- a/modules/host-common.nix
+++ b/modules/host-common.nix
@@ -1,4 +1,9 @@
-{ config, lib, hostname, ... }:
+{
+ config,
+ lib,
+ hostname,
+ ...
+}:
let
userOptions = import ../hosts/${hostname}/userOptions.nix;
in
diff --git a/modules/shell.nix b/modules/shell.nix
index bf3b41a..a5c99f2 100644
--- a/modules/shell.nix
+++ b/modules/shell.nix
@@ -1,9 +1,10 @@
-{ config
-, pkgs
-, hmLib
-, lib
-, userOptions
-, ...
+{
+ config,
+ pkgs,
+ hmLib,
+ lib,
+ userOptions,
+ ...
}:
{
home.sessionVariables = {
diff --git a/modules/term.nix b/modules/term.nix
index 3d455d5..d5979db 100644
--- a/modules/term.nix
+++ b/modules/term.nix
@@ -1,8 +1,9 @@
-{ config
-, pkgs
-, lib
-, userOptions
-, ...
+{
+ config,
+ pkgs,
+ lib,
+ userOptions,
+ ...
}:
{
home.packages = with pkgs.nerd-fonts; [