{"id":18411009,"url":"https://github.com/cloudlena/nixfiles","last_synced_at":"2025-04-07T10:32:39.717Z","repository":{"id":159888027,"uuid":"631616158","full_name":"cloudlena/nixfiles","owner":"cloudlena","description":":snowflake: My personal NixOS configuration","archived":false,"fork":false,"pushed_at":"2025-04-01T22:45:52.000Z","size":127,"stargazers_count":4,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T23:39:03.068Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudlena.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-04-23T15:30:08.000Z","updated_at":"2025-04-01T22:45:56.000Z","dependencies_parsed_at":"2023-09-26T19:23:27.224Z","dependency_job_id":"dda2668c-b2a1-4453-8c16-4585b6813199","html_url":"https://github.com/cloudlena/nixfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudlena%2Fnixfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudlena%2Fnixfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudlena%2Fnixfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudlena%2Fnixfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudlena","download_url":"https://codeload.github.com/cloudlena/nixfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247637453,"owners_count":20971134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-06T03:34:53.321Z","updated_at":"2025-04-07T10:32:39.711Z","avatar_url":"https://github.com/cloudlena.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nixfiles\n\n:snowflake: My personal [NixOS](https://nixos.org/) configuration.\nIt uses [Flakes](https://nixos.wiki/wiki/Flakes) under the hood.\n\n## Installation\n\n1. Clone this repo\n1. Run `make system` to install the system level components\n1. Run `make home` to install the user level components\n\n## Update\n\n1. Run `make update` to update the Flake lockfile\n1. Run `make system` to update the system level components\n1. Run `make home` to update the user level components\n\n## Colors\n\nThe whole setup follows the [Tokyo Night](https://github.com/folke/tokyonight.nvim) color scheme.\n\n| Purpose    | Color                                                                                                       |\n| :--------- | :---------------------------------------------------------------------------------------------------------- |\n| Foreground | ![#c0caf5](\u003chttps://images.placeholders.dev/?width=50\u0026height=50\u0026bgColor=%23c0caf5\u0026textColor=rgba(0,0,0,0)\u003e) |\n| Background | ![#1a1b26](\u003chttps://images.placeholders.dev/?width=50\u0026height=50\u0026bgColor=%231a1b26\u0026textColor=rgba(0,0,0,0)\u003e) |\n| Primary    | ![#bb9af7](\u003chttps://images.placeholders.dev/?width=50\u0026height=50\u0026bgColor=%23bb9af7\u0026textColor=rgba(0,0,0,0)\u003e) |\n| Warning    | ![#e0af68](\u003chttps://images.placeholders.dev/?width=50\u0026height=50\u0026bgColor=%23e0af68\u0026textColor=rgba(0,0,0,0)\u003e) |\n| Danger     | ![#f7768e](\u003chttps://images.placeholders.dev/?width=50\u0026height=50\u0026bgColor=%23f7768e\u0026textColor=rgba(0,0,0,0)\u003e) |\n\n## Keybindings\n\n| Function                       | Keys                                                    |\n| :----------------------------- | :------------------------------------------------------ |\n| Open App Launcher              | `Super + Space`                                         |\n| Open Terminal                  | `Super + Enter`                                         |\n| Focus Last Window              | `Super + Tab`                                           |\n| Open Web Browser               | `Super + W`                                             |\n| Kill Active Window             | `Super + Q`                                             |\n| Toggle Fullscreen Window       | `Super + F`                                             |\n| Toggle Floating Window         | `Super + S`                                             |\n| Open Clipboard History         | `Super + C`                                             |\n| Open Emoji Picker              | `Super + E`                                             |\n| Open Color Picker              | `Super + P`                                             |\n| Lock Screen                    | `Super + Ctrl + Q`                                      |\n| Open Empty Workspace           | `Super + N`                                             |\n| Switch to Workspace            | `Super + [1-9]`                                         |\n| Move Window to Empty Workspace | `Super + Shift + N`                                     |\n| Move Window to Workspace       | `Super + Shift + [1-9]`                                 |\n| Switch to Scratchpad           | `Super + 0`                                             |\n| Move Window to Scratchpad      | `Super + Shift + 0`                                     |\n| Switch to Window               | `Super + [hjkl]` or `Move Mouse`                        |\n| Move Window                    | `Super + Shift + [hjkl]` or `Super + Left Mouse Button` |\n| Resize Window                  | `Super + Right Mouse Button`                            |\n\n## Terminal Commands\n\n| Function                | Command |\n| :---------------------- | :------ |\n| AI Tool                 | `a`     |\n| Open Text Editor        | `e`     |\n| Open File Manager       | `f`     |\n| Open Git Browser        | `g`     |\n| List Directory Contents | `l`     |\n| Open System Monitor     | `m`     |\n| Open File               | `o`     |\n| Open Task Manager       | `t`     |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudlena%2Fnixfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudlena%2Fnixfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudlena%2Fnixfiles/lists"}