Skip to content

RodEsp/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4f4bd18 · Apr 19, 2025
Nov 13, 2024
Feb 18, 2025
Nov 21, 2024
Feb 22, 2025
Feb 18, 2025
Apr 19, 2025
Nov 15, 2024
Feb 12, 2025
Dec 31, 2024
Dec 2, 2024
Mar 14, 2025
Mar 14, 2025
Dec 2, 2024
Nov 17, 2024
Apr 19, 2025
Nov 13, 2024
Dec 2, 2024
Nov 18, 2024
Nov 17, 2024
Nov 18, 2024
Nov 21, 2024
Nov 20, 2024
Mar 7, 2025
Jan 1, 2025
Nov 13, 2024
Dec 2, 2024
Nov 15, 2024
Apr 8, 2025
Nov 16, 2024
Nov 13, 2024
Jan 5, 2025

Repository files navigation

dotfiles

Any folders containing a ./config subfolder are managed with stow (guide). They are added this way so that you can individually choose which packages' configuration to symlink using stow <pkg> from the root of this repo.

The nixos/ folder contains my NixOS configuration, save for the /etc/nixos/configuration.nix and /etc/nixos/hardware-configuration.nix files.

My /etc/nixos/configuration.nix file:

# Edit this configuration file to define what should be installed on
# your system.  Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running ‘nixos-help’).
{
  config,
  pkgs,
  options,
  ...
}: let
  hostname = "rodesp-fw13";
in {
  networking.hostName = hostname;

  imports = [
    /etc/nixos/hardware-configuration.nix
    (/home/rodesp/dotfiles/nixos + "/${hostname}.nix")
  ];
}

To modify and rebuild NixOS I use the nixos/nixos-rebuild.sh script.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published