Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alcestide/nixos

ALK's NixOS conf files.
https://github.com/alcestide/nixos

configuration flake nix nix-flake nix-flakes nixos nixos-config nixos-dotfiles nixpkgs

Last synced: 10 days ago
JSON representation

ALK's NixOS conf files.

Awesome Lists containing this project

README

        

# ❄️ ALK's NixOS configuration ❄️

[![License](https://img.shields.io/github/license/alcestide/nixos)](https://en.wikipedia.org/wiki/Unlicense)
[![Written in Nix](https://img.shields.io/badge/code-nix-blue)](https://nixos.org/)
[![NixOS Unstable](https://img.shields.io/badge/NixOS-24.05-blue.svg?style=flat-square&logo=NixOS&logoColor=white)](https://nixos.org)
[![GitHub last commit](https://img.shields.io/github/last-commit/alcestide/nixos)](#)
[![Free](https://img.shields.io/badge/free_as-in_beer-green)](#-license)
---
![Screenshot_20241027-151705](https://github.com/user-attachments/assets/a46fb958-461d-4bc5-a15d-0377ce170ff1)

# Structure
```markdown
.
├── derivations
│   └── sddm-theme.nix
├── flake.lock
├── flake.nix
├── global
│   ├── age.nix
│   ├── bootloader.nix
│   ├── configuration.nix
│   ├── disks.nix
│   ├── fonts.nix
│   ├── hardware-configuration.nix
│   ├── networking.nix
│   ├── programs.nix
│   ├── services.nix
│   └── virtualisation.nix
├── home-manager
│   ├── dunst
│   │   ├── dunst.nix
│   │   └── dunstrc
│   ├── gtk.nix
│   ├── home.nix
│   ├── htop.nix
│   ├── hypr
│   │   ├── assets
│   │   │   ├── dark-cat-rosewater.png
│   │   │   └── nix-catppuccin.png
│   │   ├── dunst
│   │   │   ├── dunst.nix
│   │   │   └── dunstrc
│   │   ├── hyprland.conf
│   │   ├── hyprlock.conf
│   │   ├── hypr.nix
│   │   ├── mocha.conf
│   │   └── waybar
│   │   ├── config
│   │   └── style.css
│   ├── packages.nix
│   ├── programs.nix
│   ├── qt.nix
│   ├── shell
│   │   ├── htop.nix
│   │   ├── terminals.nix
│   │   ├── tmux.nix
│   │   ├── yazi.nix
│   │   └── zsh.nix
│   └── themes
│   ├── gtk.nix
│   └── qt.nix
├── LICENSE
├── README.md
└── secrets
├── cloudflare_token.age
├── nextcloud.age
└── secrets.nix
```

| Type | Program |
| :------------- | :----------: |
| Editor | [Nixvim](https://github.com/nix-community/nixvim) |
| Shell | [Zsh](https://ohmyz.sh/) |
| Terminal | [Alacritty](https://alacritty.org/) |
| Window Manager | [Hyprland](https://hyprland.org/) |
| GTK Theme | [Tokyonight-Dark](https://github.com/Fausto-Korpsvart/Tokyonight-GTK-Theme) |
| GTK Icon Theme | [Rose-pine](https://github.com/rose-pine/gtk) |