some stuff

This commit is contained in:
caem 2025-02-20 22:25:37 +01:00
parent 0ff2e127ca
commit 357f2f48af
Signed by: caem
GPG key ID: 69A830D03203405F
7 changed files with 55 additions and 29 deletions

View file

@ -1,6 +1,10 @@
{ ... }:
{ pkgs, ... }:
{
home.packages = with pkgs; [
git
];
programs.git = {
enable = true;
userName = "caem";

View file

@ -2,6 +2,7 @@
{
home.packages = with pkgs; [
tmux
wl-clipboard
];