Giter Club home page Giter Club logo

nix's Introduction

nichijou  |  日常  |  にちじょう

nix configurations for daily life

🚧 STILL UNDER CONSTRUCTION 🚧

Sakamoto

🧭 Usage

Add nichijou to your flake.nix:

{
  inputs = {
    nichijou.url = "github:yousiki/nichijou";
    nichijou.inputs.nixpkgs.follows = "nixpkgs";
  };

  outputs = { self, nichijou }: {
    # Use in your outputs
  };
}

💾 Modules

Multi-device bcachefs module

imports = [
  nichijou.nixosModules.bcachefs
];

bcachefs.fileSystems."/data" = {
  devices = ["/dev/sda1" "/dev/sdb1" "/dev/sdc1"];
  options = ["noatime"];
};

Clash-meta module

imports = [
  nichijou.nixosModules.clash-meta
];

services.clash-meta = {
  enable = true;
  configPath = "/path/to/clash/config.yaml";
  port = 7890;  # The `mixed-port` in config.
  openFirewall = true;
};

🧱 Structure

Snapshot 20240321
 nichijou
├──  cells
│  ├──  common
│  │  ├──  commonProfiles.nix
│  │  ├──  configs.nix
│  │  ├──  devshells.nix
│  │  ├──  lib.nix
│  │  └──  profiles
│  │     └──  core.nix
│  ├── 󱂵 home
│  │  ├──  homeProfiles.nix
│  │  └──  profiles
│  │     ├──  base.nix
│  │     ├──  catppuccin.nix
│  │     ├──  core.nix
│  │     ├──  languages.nix
│  │     ├──  shell.nix
│  │     └──  ssh.nix
│  └──  nixos
│     ├──  hosts
│     │  └──  hakase
│     │     ├──  configuration.nix
│     │     ├──  default.nix
│     │     └──  hardware-configuration.nix
│     ├──  modules
│     │  └──  bcachefs.nix
│     ├──  nixosConfigurations.nix
│     ├──  nixosModules.nix
│     ├──  nixosProfiles.nix
│     └──  profiles
│        ├──  core.nix
│        ├──  desktop.nix
│        ├──  nvidia.nix
│        └──  server.nix
├──  flake.lock
├──  flake.nix
├──  garnix.yaml
├──  LICENSE
├──  nvfetcher
│  ├──  generated.json
│  └──  generated.nix
├──  nvfetcher.toml
└──  README.md

⛰️ Giants

This repository stands on the shoulders of giants:

nix's People

Contributors

yousiki avatar luxus avatar

Stargazers

Alin Mechenici avatar

Watchers

 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.