{"id":29883518,"url":"https://github.com/tekeoglan/dotfiles","last_synced_at":"2026-04-21T09:32:20.027Z","repository":{"id":303280378,"uuid":"1014424813","full_name":"tekeoglan/dotfiles","owner":"tekeoglan","description":"My personal dotfiles.","archived":false,"fork":false,"pushed_at":"2025-08-12T09:44:01.000Z","size":1057,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-12T11:38:20.957Z","etag":null,"topics":["home-manager","hyprland","nix","quickshell","vim"],"latest_commit_sha":null,"homepage":"","language":"QML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tekeoglan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-05T17:42:24.000Z","updated_at":"2025-08-12T09:44:05.000Z","dependencies_parsed_at":"2025-07-31T14:12:41.594Z","dependency_job_id":null,"html_url":"https://github.com/tekeoglan/dotfiles","commit_stats":null,"previous_names":["tekeoglan/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tekeoglan/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tekeoglan%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tekeoglan%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tekeoglan%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tekeoglan%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tekeoglan","download_url":"https://codeload.github.com/tekeoglan/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tekeoglan%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32085458,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["home-manager","hyprland","nix","quickshell","vim"],"created_at":"2025-07-31T14:00:41.658Z","updated_at":"2026-04-21T09:32:19.997Z","avatar_url":"https://github.com/tekeoglan.png","language":"QML","readme":"# Tekeoglan's Dotfiles\n\nThis repository contains my personal dotfiles, managed with [Nix](https://nixos.org/) and [Home Manager](https://github.com/nix-community/home-manager). This setup allows for reproducible and declarative configuration of my user environment. You should also check out the easy installation method for Nix via [Determinate Systems](https://determinate.systems/posts/determinate-nix-installer).\n\n## Prerequisites\n\nBefore you begin, ensure you have [Nix](https://nixos.org/download.html) installed on your system. This configuration is built using Nix Flakes, so you'll need to enable that feature.\n\n## Installation\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/tekeoglan/dotfiles ~/.dotfiles\n   cd ~/.dotfiles\n   ```\n\n2. **Install Nixgl:**\n    \n    ```bash\n    nix-channel --add https://github.com/nix-community/nixGL/archive/main.tar.gz nixgl \u0026\u0026 nix-channel --update\n    nix-env -iA nixgl.auto.nixGLDefault\n    ```\n\n    \u003e [!CAUTION]\n    \u003e You could also install nixGL using Home Manager, but it seems that way you won't get the necessary packages for nixGL to work.\n\n3. **Activate the configuration:**\n\n   This command builds and activates the Home Manager configuration specified in `flake.nix`.\n\n   ```bash\n   home-manager switch -b bak --impure --flake .#tekeoglan\n   ```\n\n4. **Create a session file:**\n\n    ```bash\n    sudo tee /usr/share/wayland-sessions/hyprland.desktop \u003e /dev/null \u003c\u003c 'EOF'\n    [Desktop Entry]\n    Name=Hyprland\n    Comment=An intelligent dynamic tiling Wayland compositor\n    Exec=env GBM_BACKEND=default XDG_SESSION_TYPE=wayland nixGL Hyprland\n    Type=Application\n    DesktopNames=Hyprland\n    Keywords=tiling;wayland;compositor;\n    EOF\n    ```\n\n    If you have nvdia gpu, check out [here](https://github.com/Tramscan/ubuntu-nix-config).\n\n## Structure\n\n*   `flake.nix`: The entry point for the Nix Flake, defining inputs and outputs.\n*   `home.nix`: The main Home Manager configuration file.\n*   `modules/`: A directory containing modularized parts of the configuration.\n*   `config/`: Contains the raw configuration files that are symlinked by Home Manager.\n*   `illogical-impulse/`: Contains the configuration files that relate to [illogical-impulse](https://github.com/end-4/dots-hyprland).\n\n## Customization\n\nTo customize this configuration, you can edit the files in the `modules/` and `config/` directories. After making changes, run the `home-manager switch -b bak --impure --flake .#tekeoglan` command again to apply them.\n\n## References\n\nHere are some repositories I used as inspiration for my configuration:\n- [nix-config](https://github.com/ryan4yin/nix-config)  \n- [end-4-dots-hyprland-nixos](https://github.com/xBLACKICEx/end-4-dots-hyprland-nixos)\n- [ubuntu-nix-config](https://github.com/Tramscan/ubuntu-nix-config)\n\n\n## License\n\nThis repository is licensed under the [MIT License](LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftekeoglan%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftekeoglan%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftekeoglan%2Fdotfiles/lists"}