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: about 2 months ago
JSON representation
ALK's NixOS conf files.
- Host: GitHub
- URL: https://github.com/alcestide/nixos
- Owner: alcestide
- License: unlicense
- Created: 2024-09-23T13:37:03.000Z (8 months ago)
- Default Branch: horus
- Last Pushed: 2024-12-27T12:07:56.000Z (5 months ago)
- Last Synced: 2025-02-08T22:12:38.811Z (3 months ago)
- Topics: configuration, flake, nix, nix-flake, nix-flakes, nixos, nixos-config, nixos-dotfiles, nixpkgs
- Language: Nix
- Homepage:
- Size: 14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ❄️ ALK's NixOS configuration ❄️
[](https://en.wikipedia.org/wiki/Unlicense)
[](https://nixos.org/)
[](https://nixos.org)
[](#)
[](#-license)
---
# 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) |