Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iostpa/nixos-config
Basic NixOS config atm.
https://github.com/iostpa/nixos-config
nix nixos nixos-configuration
Last synced: 15 days ago
JSON representation
Basic NixOS config atm.
- Host: GitHub
- URL: https://github.com/iostpa/nixos-config
- Owner: iostpa
- Created: 2024-10-03T17:09:27.000Z (3 months ago)
- Default Branch: flakes
- Last Pushed: 2024-12-14T20:44:10.000Z (24 days ago)
- Last Synced: 2024-12-23T19:29:43.985Z (15 days ago)
- Topics: nix, nixos, nixos-configuration
- Language: Nix
- Homepage:
- Size: 2.75 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to my NixOS config
These are my configs for NixOS! At the moment its some basic stuff.
Current tree of the config:
```
.
├── configs
│ ├── alacritty
│ │ └── alacritty.toml
│ ├── hypr
│ │ ├── hyprland.conf
│ │ ├── hyprlock.conf
│ │ └── macchiato.conf
│ ├── kde
│ │ └── kdecatppuchin.knsv
│ ├── kitty
│ │ └── kitty.conf
│ ├── nightTab
│ │ └── nighttab.json
│ ├── nvim
│ │ ├── init.lua
│ │ ├── lazy-lock.json
│ │ ├── lazyvim.json
│ │ ├── LICENSE
│ │ ├── lua
│ │ │ ├── config
│ │ │ │ ├── autocmds.lua
│ │ │ │ ├── keymaps.lua
│ │ │ │ ├── lazy.lua
│ │ │ │ └── options.lua
│ │ │ └── plugins
│ │ │ └── example.lua
│ │ ├── README.md
│ │ └── stylua.toml
│ ├── starship
│ │ └── starship.toml
│ └── zsh
├── configuration.nix
├── flake.lock
├── flake.nix
├── hardware-configuration.nix
└── README.md```
>[!NOTE]
> It seems that the zsh config isn't visible in the tree, I'm not really sure how to fix that but I might as well give a heads up.# Credits
Yoinked a decent amount of stuff from [orangc](https://github.com/orangci) (and also the dude who got me to use NixOS).