nice update

This commit is contained in:
2026-09-02 11:51:49 +02:00
parent 70541b2698
commit 8c18f31dc4
8 changed files with 86 additions and 16 deletions
+8
View File
@@ -0,0 +1,8 @@
{ codex-cli-nix, pkgs, pkgs-unstable, ... }:
{
home.packages = [
pkgs-unstable.rtk
codex-cli-nix.packages.${pkgs.system}.default
];
}
+1 -1
View File
@@ -1,6 +1,7 @@
{
imports = [
./packages.nix
../common/packages.nix
../common/brave.nix
../common/direnv.nix
../common/emacs.nix
@@ -17,4 +18,3 @@
home.homeDirectory = "/home/lukas";
home.stateVersion = "26.05";
}
+1 -1
View File
@@ -1,6 +1,7 @@
{
imports = [
./packages.nix
../common/packages.nix
../common/brave.nix
../common/direnv.nix
../common/emacs.nix
@@ -17,4 +18,3 @@
home.homeDirectory = "/home/lukas";
home.stateVersion = "26.05";
}