up
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
{
|
||||
user,
|
||||
...
|
||||
}: {
|
||||
{user, ...}: {
|
||||
imports = [
|
||||
../shared.nix
|
||||
];
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
{lib, pkgs, ...}: {
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
enableFishIntegration = lib.mkDefault false;
|
||||
|
||||
@@ -2,11 +2,13 @@
|
||||
with pkgs; [
|
||||
age
|
||||
age-plugin-yubikey
|
||||
htop
|
||||
alejandra
|
||||
claude-code
|
||||
delta
|
||||
docker
|
||||
docker-compose
|
||||
fastfetch
|
||||
gh
|
||||
git
|
||||
gnupg
|
||||
|
||||
Reference in New Issue
Block a user