some stuff
This commit is contained in:
parent
0ff2e127ca
commit
357f2f48af
7 changed files with 55 additions and 29 deletions
|
@ -1,6 +1,10 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
git
|
||||
];
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "caem";
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
tmux
|
||||
wl-clipboard
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue