aboutsummaryrefslogtreecommitdiff
path: root/modules/common
diff options
context:
space:
mode:
authoraethrvmn <me@aethrvmn.gr>2025-11-30 22:48:44 +0000
committeraethrvmn <me@aethrvmn.gr>2025-11-30 22:48:44 +0000
commitc7edd4df23c7d90f63869686689627d364f9fd36 (patch)
tree8b2f6aacb14c159b10a4736acee3d21b3c1764bc /modules/common
parentmaybe this makes it use 50% cores (diff)
forgot to add main functionality
Diffstat (limited to '')
-rw-r--r--modules/common/default.nix29
1 files changed, 29 insertions, 0 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix
new file mode 100644
index 0000000..5a8d80e
--- /dev/null
+++ b/modules/common/default.nix
@@ -0,0 +1,29 @@
+{ config, pkgs, ... }:
+{
+ nix = {
+ settings = {
+ # Enable flakes
+ experimental-features = [ "nix-command" "flakes" ];
+
+ # Optimize storage
+ auto-optimise-store = true;
+
+ # substituters = lib.mkForce [ ];
+ # trusted-substituters = lib.mkForce [ ];
+ # require-sigs = false;
+ };
+ };
+
+ # List packages installed in system profile.
+ # These should be tools in case user tools brake.
+ # To search, run:
+ # $ nix search <pkgname>
+ # or
+ # $ nh search <pkgname>
+ environment.systemPackages = with pkgs; [
+ alacritty
+ git
+ helix
+ xdg-utils
+ ];
+}
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.