use fish functions and add lazygit
This commit is contained in:
parent
dcbe2406c9
commit
9f636334b1
2 changed files with 10 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{config, ...}: {
|
||||
{config, pkgs, ...}: {
|
||||
imports = [
|
||||
./alacritty.nix
|
||||
./tmux
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
home.homeDirectory = "/home/osbm";
|
||||
|
||||
home.packages = [
|
||||
# dont install packages here, just use normal nixpkgs
|
||||
pkgs.lazygit
|
||||
];
|
||||
|
||||
home.stateVersion = config.system.stateVersion;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue