chore(pantheon): clean up and rm unused configs
This commit is contained in:
parent
bacf1a8b08
commit
9e17187b02
13 changed files with 18 additions and 127 deletions
|
@ -6,10 +6,8 @@
|
|||
./programs/comma.nix
|
||||
./programs/direnv.nix
|
||||
./programs/editorconfig.nix
|
||||
./programs/fzf.nix
|
||||
./programs/git.nix
|
||||
./programs/hyfetch.nix
|
||||
./programs/kanata.nix
|
||||
./programs/nh.nix
|
||||
./programs/nvf.nix
|
||||
./programs/starship.nix
|
||||
|
@ -30,21 +28,15 @@
|
|||
home-manager.users.rafiq.home = {
|
||||
shell.enableShellIntegration = true;
|
||||
shellAliases = {
|
||||
gs = "git status";
|
||||
cd = "z";
|
||||
v = "$EDITOR";
|
||||
g = "git";
|
||||
l = "eza -1lah --git --time-style '+%Y-%m-%d %H:%M'";
|
||||
# Thanks to https://www.reddit.com/r/NixOS/comments/fsummx/comment/fm3jbcm/!
|
||||
list-all-packages = "nix-store --query --requisites /run/current-system | cut -d- -f2- | sort | uniq";
|
||||
};
|
||||
|
||||
packages = with pkgs; [
|
||||
bat
|
||||
btop # add settings as home-manager module
|
||||
devenv
|
||||
ripgrep
|
||||
ttyper
|
||||
eza
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue