Merge branch 'main' of github.com:thilobillerbeck/dotfiles

This commit is contained in:
Thilo Billerbeck 2025-06-05 18:49:40 +02:00
commit 0e3307c1f8
3 changed files with 11 additions and 12 deletions

18
flake.lock generated
View file

@ -37,11 +37,11 @@
]
},
"locked": {
"lastModified": 1748830238,
"narHash": "sha256-EB+LzYHK0D5aqxZiYoPeoZoOzSAs8eqBDxm3R+6wMKU=",
"lastModified": 1749131129,
"narHash": "sha256-tJ+93i7N4QttM75bE8T09LlSU3Mv6Dfi9WaVBvlWilo=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "c7fdb7e90bff1a51b79c1eed458fb39e6649a82a",
"rev": "13a45ede6c17b5e923dfc18a40a3f646436f4809",
"type": "github"
},
"original": {
@ -56,11 +56,11 @@
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1748683484,
"narHash": "sha256-RXiY6t9E9oLEtfdGChHk/OIPqxYg1tu8XLvbPnJlfi4=",
"lastModified": 1748977211,
"narHash": "sha256-VtL9IxQKMsGMD0jDoMMVeZLTxrPFt36MW43nkeXf1RM=",
"owner": "Jovian-Experiments",
"repo": "Jovian-NixOS",
"rev": "6f6bd4a27fb01c9dd623a157d769f34561407f47",
"rev": "4989543da0defdedce08b14945ec5d2f6e22abb8",
"type": "github"
},
"original": {
@ -231,11 +231,11 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1748693115,
"narHash": "sha256-StSrWhklmDuXT93yc3GrTlb0cKSS0agTAxMGjLKAsY8=",
"lastModified": 1748929857,
"narHash": "sha256-lcZQ8RhsmhsK8u7LIFsJhsLh/pzR9yZ8yqpTzyGdj+Q=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "910796cabe436259a29a72e8d3f5e180fc6dfacc",
"rev": "c2a03962b8e24e669fb37b7df10e7c79531ff1a4",
"type": "github"
},
"original": {

View file

@ -148,7 +148,6 @@ in
obsidian
reaper
# yabridge
torzu
# inputs.nix-alien.packages.x86_64-linux.nix-alien
kdePackages.kdenlive
audacity

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, lib, ... }:
{
programs.zsh = {
@ -25,7 +25,7 @@
"ohmyzsh/ohmyzsh path:plugins/dotenv"
];
};
initExtraFirst = ''
initContent = lib.mkBefore ''
ZSH_DOTENV_PROMPT=false
export PATH=~/.npm-global/bin:$PATH
'';