blob: c52c6af6843aa73446426f2c9dea59f8c2fa24a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
<h2 align="center">Odysseus</h2>
<p align="center">
<a href="https://nixos.org/">
<img src="https://img.shields.io/badge/NixOS-25.11-informational.svg?style=for-the-badge&logo=nixos&color=161616&logoColor=42be65&labelColor=dde1e6"></a>
<img src="https://img.shields.io/github/last-commit/demonkingswarn/odysseus?style=for-the-badge&labelColor=dde1e6&color=161616"/>
<img src="https://img.shields.io/github/repo-size/demonkingswarn/odysseus?style=for-the-badge&labelColor=dde1e6&color=161616"/>
<img src="https://img.shields.io/github/languages/code-size/demonkingswarn/odysseus?color=161616&style=for-the-badge&labelColor=dde1e6"/>
</a>
</p>
> "Nobody---that's my name. Nobody---so my mother and father call me, all my friends."
---

---
This is a nix home-manager managed dotfiles for my Arch Linux desktop.
This is a derivative of my other [dotfiles](https://github.com/demonkingswarn/dotfiles), where i only keep the configs for the programs which doesnt make sense to be managed by home-manager. This repo is specifically for my development environment configs. also my WM / Wayland Compositor configs are in that repo aswell as i dont wanna work on migrating those to here as they are too big for their own good.
Anyways, let me tell you why i used the name "Odysseus" for this repo. So Odysseus is the name of my desktop PC, and yes the computers in my house (including mobiles, and the homelab) are all themed around Greek Mythology, hence the name. Besides Odysseus is one of my favourite "real" Greek heroes, i used the term "real" here because Percy Jackson is my most favourite Greek hero.
---
## Installation
Make sure you have `home-manager` installed on your system.
```sh
git clone https://github.com/demonkingswarn/odysseus
cd odysseus
home-manager switch --flake .
```
|