Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

28 total results found

zsh.nix

Dotfiles NixOS Config

{ config, lib, pkgs, ...}: { programs.zsh = { enable = true; enableCompletion = true; autosuggestion.enable = true; syntaxHighlighting.enable = true; }; }  

Intel ME Cleaner

Security

Using me_cleaner Needless to say, there is a certain amount of risk of bricking your system when it comes to this procedure. Proceed with caution! Make sure that any kind of battery is unplugged from the computer This includes your laptop battery as well ...

tmux.conf

Dotfiles NixOS Config

'' set -g mouse on set-window-option -g mode-keys vi unbind C-B set -g prefix C-Space bind C-Space send-prefix bind R source-file ~/.tmux.conf \; display "Reloaded!" set-option -g history-limit 50000 bind C-j select-pane -D bind C-k select-pan...

nixvim.nix

Dotfiles NixOS Config

let nixvim = import (builtins.fetchGit { url = "https://github.com/nix-community/nixvim"; }); in { imports = [ nixvim.homeManagerModules.nixvim ]; programs.nixvim = { enable = true; defaultEditor = true; vimdiffAlias =...

shared-home.nix

Dotfiles NixOS Config

{ config, pkgs, lib, inputs, ... }: { imports = [ ./bemenu.nix ./hypridle.nix ./hyprland.nix ./hyprlock.nix ./kitty.nix # ./neovim.nix ./nixvim.nix ./waybar.nix ./zsh.nix ]; home....

A+ 1101-1102 Notes

CompTIA Study

Personal notes for the All-in-One exam guide (ISBN 9781264610150) I will probably be skipping a lot of things here that is prior knowledge to me There is a distinction between CMOS and Flash ROM (SPI flash), with the latter being more modern PCIE is consi...

Hi there, I'm Gentman Tan!

Blog

I'm a passionate IT and software engineer with a strong background in Linux and open-source technologies. With a keen interest in building scalable and efficient systems, I enjoy designing and developing software solutions that solve real-world problems.  ...

Into the Nixverse

Blog

It seems like every time you think you know everything (or just enough) about Linux, there's always something that catches you by surprise... NixOS and the Nix package manager is software that allows you to configure a Linux system or shell environment in a...