Some fixes to new config

This commit is contained in:
Henry Hiles 2023-12-24 11:43:29 -05:00
parent d15f8e4a5f
commit e9b8cd2102
2 changed files with 1 additions and 14 deletions

View file

@ -1,6 +0,0 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
micro
prettyping
];
}

View file

@ -12,7 +12,6 @@
cat = "bat";
rm = "gio trash";
free = "free -h";
ping = "prettyping";
neofetch = "neowofetch";
shutdown = "shutdown now";
@ -25,14 +24,8 @@
# NixOS
dev = "nix develop";
garbage = "sudo nix-collect-garbage -d";
flake = "$EDITOR ~/.config/nixos/flake.nix";
common = "$EDITOR ~/.config/nixos/common.nix";
format = "cd ~/.config/nixos/ && nix fmt; cd -";
stylix = "$EDITOR ~/.config/nixos/$(hostname)/stylix.nix";
garbage = "sudo nix-collect-garbage -d && nix-collect-garbage -d";
rebuild = "sudo nixos-rebuild switch --flake ~/.config/nixos/#";
config = "$EDITOR ~/.config/nixos/$(hostname)/configuration.nix";
home-manager = "$EDITOR ~/.config/nixos/$(hostname)/home-manager.nix";
};
};
users.defaultUserShell = pkgs.fish;