Code Monkey home page Code Monkey logo

dotfileskjhoerr's Introduction

kjhoerr dotfiles

update License: MIT

NixOS Configuration

All of my systems and user profiles are defined under a common flake.nix. This allows me to update my systems targetting this flake:

# Invoked off of current hostname
sudo nixos-rebuild --flake github:kjhoerr/dotfiles switch

And I can update my user's home configurations against this flake as well:

# Invoked off of current username
home-manager --flake github:kjhoerr/dotfiles switch

In this way system and user profiles can be managed and updated separately. Configuration changes can be made without needing to interact with each system, and configuration can be simplified through sharing common outputs.

Auto-upgrade and garbage collection is enabled using the default daily frequency and targets github:kjhoerr/dotfiles as above. (This option does not exist yet for home-manager flake configurations, unfortunately.)

The flake itself is kept as simple as possible: necessary inputs only and target stable branches where possible. All imports are referenced directly through the flake rather than using nested imports to make it clear which configurations are being actively used by each system and user.

Instructions for adding a new NixOS system

See this wiki page for more information on installing NixOS based on this repository's flake.

Guix System Configuration

These configurations aren't actively being used but were at one point a working system.

License

This project is licensed under the MIT License.

dotfileskjhoerr's People

Contributors

kjhoerr avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.