mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
switched to AFKCommands rust rewrite
This commit is contained in:
parent
d2113e0f50
commit
d221a562f6
6 changed files with 37 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
./theme.nix
|
||||
./git.nix
|
||||
./neovim.nix
|
||||
./alacritty.nix
|
||||
];
|
||||
xsession.numlock.enable = true;
|
||||
programs.home-manager.enable = true;
|
||||
home = {
|
||||
username = "root";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue