switched to AFKCommands rust rewrite

This commit is contained in:
ISnortPennies 2022-09-19 00:36:56 -04:00
parent d2113e0f50
commit d221a562f6
6 changed files with 37 additions and 9 deletions

View file

@ -2,7 +2,6 @@ print_info() {
info title
info underline
info "OS" distro
info "Host" model
info "Kernel" kernel
info "Uptime" uptime
info "Packages" packages

View file

@ -4,8 +4,8 @@
./theme.nix
./git.nix
./neovim.nix
./alacritty.nix
];
xsession.numlock.enable = true;
programs.home-manager.enable = true;
home = {
username = "root";