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