feat: various updates including nixspect removal, new aliases, and browser config

This commit is contained in:
Mohammad Rafiq 2025-06-30 05:54:14 +08:00
parent af6a3b6f2c
commit d0738a9c1e
No known key found for this signature in database
11 changed files with 8 additions and 50 deletions

View file

@ -6,6 +6,7 @@
gcam = "git commit -am";
gu = "git push";
gy = "git pull";
gdh = "git diff HEAD";
};
programs.git = {
enable = true;

View file

@ -2,7 +2,6 @@
{
programs = {
nh.enable = true;
pay-respects.enable = true;
tealdeer = {
enable = true;
enableAutoUpdates = true;
@ -16,12 +15,10 @@
nix-index.enable = true;
nix-index-database.comma.enable = true;
};
persistDirs = [
".local/share/zoxide"
];
persistDirs = [ ".local/share/zoxide" ];
home = {
shellAliases = {
windows = "systemctl reboot --boot-loader-entry=auto-windows";
windows = "sudo systemctl reboot --boot-loader-entry=auto-windows";
v = "nvim";
e = "edit";
cd = "z";
@ -35,8 +32,6 @@
pantheon.deploy
pantheon.edit
pantheon.commit
pantheon.check
inputs.nixspect.packages."x86_64-linux".nixspect
];
};