Skip to content

Instantly share code, notes, and snippets.

View newtolinux23's full-sized avatar
🏠
Working from home

Rob Alicea newtolinux23

🏠
Working from home
  • USA
  • 03:20 (UTC -04:00)
View GitHub Profile
@newtolinux23
newtolinux23 / home-manager-doom-emacs.org
Last active July 21, 2024 09:17
This document summarizes the steps taken to configure Home Manager on NixOS, manage Doom Emacs, and solve various issues encountered during the setup.
@newtolinux23
newtolinux23 / NixOS-troubleshooting-and-maintenance-guide.org
Created July 9, 2024 00:53
This document provides a comprehensive guide to the issues faced during the configuration and maintenance of a NixOS system, the solutions implemented to resolve these issues, and a set of commands for regular maintenance.

NixOS Troubleshooting and Maintenance Guide

https://user-images.githubusercontent.com/45159366/128645106-874b3883-1d6f-46b8-86f4-2cefd54d4117.png

Table of Contents

@newtolinux23
newtolinux23 / dotfiles-symbolics-links.org
Created July 7, 2024 13:55
This document describes the steps I took to manage my NixOS configurations using Git with a bare repository and symbolic links. The goal was to version control my system configuration files efficiently, ensure consistency, and simplify the management of these files.
@newtolinux23
newtolinux23 / home-manager-flakes-on-nixos.org
Last active April 25, 2025 14:32
This document outlines the steps I followed to install Home Manager on NixOS using flakes, detailing the configuration process and issues encountered along the way.
@newtolinux23
newtolinux23 / waydroid-on-nixos.org
Last active July 6, 2024 02:09
WayDroid is an application that uses LXC containers to run Android applications on a non-Android system. This document outlines the steps I took to install WayDroid on NixOS, the challenges I faced, and the reasons for choosing WayDroid.

Installing WayDroid on NixOS

https://cdn.wccftech.com/wp-content/uploads/2024/07/waydroid-art-HD-728x340.jpg

Table of Contents

@newtolinux23
newtolinux23 / clamav-nixos.org
Last active May 22, 2025 23:38
This document outlines the steps taken to install and configure ClamAV on NixOS. It also covers the challenges faced during the installation process, the importance of using antivirus software on Linux, and provides commands to scan the system.
@newtolinux23
newtolinux23 / nix-flakes-issues.org
Created July 5, 2024 04:53
Adding Nix Flakes, issues with Nixos-rebuild switch –upgrade NetworkManager-wait-online.service failure
Title Author Date Tags Reading Time
Fixing NetworkManager-wait-online Issue and Incorporating Nix Flakes
Rob Alicea
2024-07-04
Nix-flakes
Linux
NixOS
3 min
@newtolinux23
newtolinux23 / fedora40.org
Created July 4, 2024 20:29
Things to Do After Installing Fedora 40 (script)
title date description tags ShowReadingTime
Things to Do After Installing Fedora 40 (script)
2024-06-15
Fedora 40
fedora
linux
True
@newtolinux23
newtolinux23 / dynamic-workspaces-nixos.org
Created July 4, 2024 19:37
Issue with Enabling Dynamic Workspaces in GNOME on NixOS