Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
This commit is contained in:
2025-08-18 13:02:21 +00:00
parent 68354d7b42
commit 2b2fbcdc8c
4 changed files with 17 additions and 11 deletions

20
flake.lock generated
View File

@@ -132,11 +132,11 @@
"homebrew-cask": {
"flake": false,
"locked": {
"lastModified": 1755494098,
"narHash": "sha256-sc7bpKt6vGayTP6RMfIT9A3AWPUeHcxloXlPz6rHeIo=",
"lastModified": 1755511814,
"narHash": "sha256-dIqkXXj1OQDzh2nUDOrnyJcX+K3EoektM6+js3xi21c=",
"owner": "homebrew",
"repo": "homebrew-cask",
"rev": "0d610a75ec612b0027df3efa6017c3196f3c9fc1",
"rev": "bafa91844dbe6033c3cc14bb689602b6a9ab0049",
"type": "github"
},
"original": {
@@ -148,11 +148,11 @@
"homebrew-core": {
"flake": false,
"locked": {
"lastModified": 1755488708,
"narHash": "sha256-ohxB7mZMbKL8r9Yo3yCNC/x73zNtpOSAhXM8YGbK/tE=",
"lastModified": 1755512101,
"narHash": "sha256-5dgCPAoZGuBb6wv5BjqOn37IGdURPgf9TDbVtmXy05U=",
"owner": "homebrew",
"repo": "homebrew-core",
"rev": "c59a7d9ba56f6a475768833eafc627781bd7bab2",
"rev": "1eec828ab0a3ae6db84e8aa34313b7f2a6631697",
"type": "github"
},
"original": {
@@ -240,16 +240,16 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1755496915,
"narHash": "sha256-fV3odO2MMvuq6CaCvjsb2pOP5jaYwLAIB//AGuqqf+0=",
"lastModified": 1755186698,
"narHash": "sha256-wNO3+Ks2jZJ4nTHMuks+cxAiVBGNuEBXsT29Bz6HASo=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "e2de2c4a35b0cf75746a71de035470c5bb1f2fcb",
"rev": "fbcf476f790d8a217c3eab4e12033dc4a0f6d23c",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "master",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}

View File

@@ -2,7 +2,7 @@
description = "Configuration for my macOS laptops and NixOS server";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/master";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";
sops-nix = {
url = "github:Mic92/sops-nix";

5
modules/home/bash.nix Normal file
View File

@@ -0,0 +1,5 @@
{
programs.zsh = {
enable = true;
};
}

View File

@@ -5,6 +5,7 @@
}: {
imports = [
./atuin.nix
./bash.nix
./bat.nix
./eza.nix
./fish.nix