Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

j4n-r/nix-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

159 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nix Config

Some Linux Desktop stuff expects this directory to be ~/nix-config

Nix Darwin

To rebuild on a new MacOS system navigate into the nix-config dir and run

nix run nix-darwin/master#darwin-rebuild -- switch --flake .

after the initial install the normal command will work

darwin-rebuild switch --flake ~/nix-config/ --show-trace

Overview

.
├── color-schemes
│   └── rose-pine.yaml
├── flake.lock
├── flake.nix
├── home
│   ├── base
│   │   ├── btop.nix
│   │   ├── cmd.nix
│   │   ├── default.nix
│   │   ├── direnv.nix
│   │   ├── fish.nix
│   │   ├── fonts.nix
│   │   ├── ghostty.nix
│   │   ├── spell-check.nix
│   │   ├── ssh.nix
│   │   ├── starship.nix
│   │   ├── zathura.nix
│   │   └── zellij.nix
│   ├── darwin
│   │   ├── amethyst.nix
│   │   ├── default.nix
│   │   ├── karabiner.nix
│   │   └── packages.nix
│   └── linux
│       ├── chromium.nix
│       ├── default.nix
│       ├── desktop_entries.nix
│       ├── dunst.nix
│       ├── gtk.nix
│       ├── hypr
│       │   ├── hypridle.nix
│       │   ├── hyprland.nix
│       │   └── hyprlock.nix
│       ├── rofi
│       │   ├── rofi.nix
│       │   └── rofiTheme
│       └── waybar
│           ├── modules
│           │   └── spotify.sh
│           ├── rose-pine.css
│           ├── style.css
│           └── waybar.nix
├── hosts
│   ├── j4n-r-hmb
│   │   ├── default.nix
│   │   ├── hardware-configuration.nix
│   │   └── home.nix
│   ├── j4n-r-rpi5
│   │   ├── default.nix
│   │   └── home.nix
│   ├── j4n-r-tp6
│   │   ├── default.nix
│   │   ├── hardware-configuration.nix
│   │   └── home.nix
│   └── MacBook-Air-100011
│       ├── home.nix
│       └── user-hosts.nix
├── icons
│   ├── claude.svg
│   ├── color_picker.svg
│   ├── gemini.svg
│   ├── hwr-logo.svg
│   └── openai.svg
├── modules
│   ├── base.nix
│   ├── darwin
│   │   ├── base.nix
│   │   ├── homebrew.nix
│   │   └── system.nix
│   ├── dev.nix
│   └── nixos
│       ├── base.nix
│       ├── desktop.nix
│       ├── insecure.nix
│       └── unstable.nix
├── README.md
├── scripts
│   └── linux
│       ├── alternate_quotes.sh
│       ├── now-playing
│       ├── play-next
│       ├── play-previous
│       └── powermenu.sh
├── shells
│   ├── flake.lock
│   └── flake.nix
└── wallpapers
    ├── abstract.jpeg
    ├── bay.jpg
    ├── clouds.jpg
    └── moon.jpg

23 directories, 69 files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors