This commit is contained in:
Melvin Ragusa
2026-02-02 17:48:30 +01:00
parent ab9333c25b
commit 86a1742168
2 changed files with 42 additions and 29 deletions

View File

@@ -1,6 +1,12 @@
# configuration.nix # configuration.nix
# Main NixOS configuration - imports modular components # Main NixOS configuration - imports modular components
{ config, pkgs, inputs, lib, ... }: {
config,
pkgs,
inputs,
lib,
...
}:
{ {
imports = [ imports = [
@@ -36,7 +42,7 @@
# ═══════════════════════════════════════════════════════════════ # ═══════════════════════════════════════════════════════════════
# NETWORKING # NETWORKING
# ═══════════════════════════════════════════════════════════════ # ═══════════════════════════════════════════════════════════════
networking.hostName = "atlas"; networking.hostName = "nix";
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
# ═══════════════════════════════════════════════════════════════ # ═══════════════════════════════════════════════════════════════
@@ -136,13 +142,19 @@
# NIX SETTINGS # NIX SETTINGS
# ═══════════════════════════════════════════════════════════════ # ═══════════════════════════════════════════════════════════════
nix.settings = { nix.settings = {
experimental-features = [ "nix-command" "flakes" ]; experimental-features = [
"nix-command"
"flakes"
];
# Optimize storage # Optimize storage
auto-optimise-store = true; auto-optimise-store = true;
# Trust users for substituters # Trust users for substituters
trusted-users = [ "root" "@wheel" ]; trusted-users = [
"root"
"@wheel"
];
}; };
# Garbage collection # Garbage collection
@@ -166,6 +178,7 @@
# Nix tools # Nix tools
nil # Nix LSP nil # Nix LSP
nixd
# Wayland # Wayland
xwayland-satellite xwayland-satellite

12
flake.lock generated
View File

@@ -110,11 +110,11 @@
"zon2nix": "zon2nix" "zon2nix": "zon2nix"
}, },
"locked": { "locked": {
"lastModified": 1770004164, "lastModified": 1770050267,
"narHash": "sha256-viXsdAhYtEO19D2i3mgm09DuFDK6QF8s5weLoMjqVXg=", "narHash": "sha256-N+UhMktEVlCt9z9oaRhE5Hg42fXA52ljWUxJ/HwYTsQ=",
"owner": "ghostty-org", "owner": "ghostty-org",
"repo": "ghostty", "repo": "ghostty",
"rev": "1b7a15899ad40fba4ce020f537055d30eaf99ee8", "rev": "8bc3cdcf7daeb0ea9d8eab44b6d11b0d2a04641e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -275,11 +275,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1770044781, "lastModified": 1770050462,
"narHash": "sha256-YoFjMys2ChNUeppMTq1DugT6DfT4qoFG7e23OjmmPVs=", "narHash": "sha256-SvIR3FrTRJE77C0JUowvItVqX/GBm830hXziN8KgHeU=",
"owner": "anomalyco", "owner": "anomalyco",
"repo": "opencode", "repo": "opencode",
"rev": "06d63ca54cacfce5af7fdab216ffe7f35d778642", "rev": "cf8b033be1cbe9f20bc0921d9920a66c0d95c704",
"type": "github" "type": "github"
}, },
"original": { "original": {