diff --git a/flake.lock b/flake.lock index 2f9fc3c..60a1460 100644 --- a/flake.lock +++ b/flake.lock @@ -125,11 +125,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1689068808, - "narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=", + "lastModified": 1692799911, + "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=", "owner": "numtide", "repo": "flake-utils", - "rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4", + "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44", "type": "github" }, "original": { @@ -145,11 +145,11 @@ ] }, "locked": { - "lastModified": 1692720545, - "narHash": "sha256-DQDremUH7lRxiZEIVh6C6kQusuPe1vUKtiVl29nmP0E=", + "lastModified": 1692763155, + "narHash": "sha256-qMrGKZ8c/q/mHO3ZdrcBPwiVVXPLLgXjY98Ejqb5kAA=", "owner": "nix-community", "repo": "home-manager", - "rev": "8eb8c212e50e2fd95af5849585a2eb819add0a1e", + "rev": "6a20e40acaebf067da682661aa67da8b36812606", "type": "github" }, "original": { @@ -180,11 +180,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1692684269, - "narHash": "sha256-zJk2pyF4Cuhtor0khtPlf+hfJIh22rzAUC+KU3Ob31Q=", + "lastModified": 1692808169, + "narHash": "sha256-x9Opq06rIiwdwGeK2Ykj69dNc2IvUH1fY55Wm7atwrE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9d757ec498666cc1dcc6f2be26db4fd3e1e9ab37", + "rev": "9201b5ff357e781bf014d0330d18555695df7ba8", "type": "github" }, "original": { @@ -246,11 +246,11 @@ ] }, "locked": { - "lastModified": 1692756590, - "narHash": "sha256-VnktafFl+0U9wdYO8vGSFOYSSQ+GFd+MiMA0cTZ8mHg=", + "lastModified": 1692929460, + "narHash": "sha256-zdN6UVtEml7t0WQHVy0avsE+TWJLklXnqJyiPaOa8u0=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "a9e9946645fcf892c850f8e654a5e675a6fd14d8", + "rev": "673e2d3d2a3951adc6f5e3351c9fce6ad130baed", "type": "github" }, "original": { diff --git a/programs/bat.nix b/programs/bat.nix index 8a51187..2a5330f 100644 --- a/programs/bat.nix +++ b/programs/bat.nix @@ -1,4 +1,4 @@ -{...}: { +_: { programs.bat = { enable = true; catppuccin.enable = true; diff --git a/programs/exa.nix b/programs/exa.nix index aae9ba7..6aa67cb 100644 --- a/programs/exa.nix +++ b/programs/exa.nix @@ -1,4 +1,4 @@ -{...}: { +_: { programs.exa = { enable = true; enableAliases = true; diff --git a/programs/go.nix b/programs/go.nix index 414ffbe..a4c83e0 100644 --- a/programs/go.nix +++ b/programs/go.nix @@ -1,4 +1,4 @@ -{...}: { +_: { programs.go = { enable = true; goPath = ".go"; diff --git a/programs/helix.nix b/programs/helix.nix index 3305398..398207b 100644 --- a/programs/helix.nix +++ b/programs/helix.nix @@ -1,4 +1,4 @@ -{...}: { +_: { programs.helix = { enable = true; catppuccin.enable = true; diff --git a/programs/rust.nix b/programs/rust.nix index ec2a27a..19525ee 100644 --- a/programs/rust.nix +++ b/programs/rust.nix @@ -1,5 +1,5 @@ {pkgs, ...}: let - lib = pkgs.lib; + inherit (pkgs) lib; in { home.file.".cargo/config.toml".text = '' [build] diff --git a/programs/starship.nix b/programs/starship.nix index 9a0458c..754c676 100644 --- a/programs/starship.nix +++ b/programs/starship.nix @@ -1,4 +1,4 @@ -{...}: { +_: { programs.starship = { enable = true; }; diff --git a/system.nix b/system.nix index 8c8888a..4be86dc 100644 --- a/system.nix +++ b/system.nix @@ -8,6 +8,7 @@ alejandra nixpkgs-fmt attic-client + statix cachix direnv