jj, fish, better kanata, etc
This commit is contained in:
parent
52b1728e2e
commit
d030ebe744
17 changed files with 1642 additions and 938 deletions
|
|
@ -1,18 +1,18 @@
|
|||
{ pkgs, ... }: {
|
||||
home.stateVersion = "24.05";
|
||||
home.username = "jonathan";
|
||||
home.homeDirectory = "/home/jonathan";
|
||||
home = {
|
||||
|
||||
stateVersion = "24.05";
|
||||
username = "jonathan";
|
||||
homeDirectory = "/home/jonathan";
|
||||
|
||||
sessionVariables.PATH = "$HOME/.nix-profile/bin:$PATH";
|
||||
};
|
||||
|
||||
imports = [
|
||||
../../programs/nvim
|
||||
../../programs/zsh
|
||||
../../programs/fish
|
||||
../../programs/tmux
|
||||
../../programs/git
|
||||
];
|
||||
|
||||
home.sessionVariables.PATH = "$HOME/.nix-profile/bin:$PATH";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
atuin
|
||||
../../programs/jj
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue