Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/themelbine/nixos-dotfiles
⚡️ Simple and useful NixOS setup with Hyprland and AGS widgets 🌟
https://github.com/themelbine/nixos-dotfiles
ags dotfiles dotfiles-linux gjs hm home-manager hyprland minimalistic neovim-dotfiles nix nix-flake nixos widgets
Last synced: about 1 month ago
JSON representation
⚡️ Simple and useful NixOS setup with Hyprland and AGS widgets 🌟
- Host: GitHub
- URL: https://github.com/themelbine/nixos-dotfiles
- Owner: TheMelbine
- License: agpl-3.0
- Created: 2024-07-16T09:07:41.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T16:59:09.000Z (3 months ago)
- Last Synced: 2024-09-28T09:01:21.949Z (about 2 months ago)
- Topics: ags, dotfiles, dotfiles-linux, gjs, hm, home-manager, hyprland, minimalistic, neovim-dotfiles, nix, nix-flake, nixos, widgets
- Language: Nix
- Homepage:
- Size: 3.68 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
themelbine/nixos-dotfiles
I generally try to keep this screenshot in the atcual state of the main branch, so you can imagine what you end up with
# 🗒 About
>I started using NixOS about a month ago. The main goal of this repository is to create the most modal and logical system possible. I'm tired of complex systems that take days to figure out. This repository is primarily for myself, but I don't mind if others use it as well.
> [!Warning]
> These dotfiles are still under development. If anyone wishes to use them, please do so at your own risk.## Hyprland Keybinds ⌨️
Click to expand keybinds
> 💡 **Tip**
> `SUPER = WIN`
> This can be changed in the Hyprland settings.### General Bindings
> - **Launch Kitty Terminal**: `SUPER + Return`
> - **Close Active Window**: `SUPER + Q`
> - **Exit Hyprland**: `SUPER + M`
> - **Fullscreen Active Window**: `SUPER + F`
> - **Launch Rofi**: `SUPER + D`
> - **Toggle Pseudotile Mode**: `SUPER + P`
> - **Toggle Split Mode**: `SUPER + T`### Vim-like Navigation Bindings
> - **Move Focus**: `SUPER + h/j/k/l`
> - **Move Window**: `SUPER + SHIFT + h/j/k/l`
> - **Resize Window**: `SUPER + CTRL + h/j/k/l`### Workspace Management
> - **Switch to Workspace [1-10]**: `SUPER + [1-0]`
> - **Move Active Window to Workspace [1-10] Silently**: `SUPER + SHIFT + [1-0]`### Screenshots and Screen Recording
> - **Screenshot Entire Screen**: `Print`
> - **Screenshot Area**: `SUPER + SHIFT + S`
> - **Toggle Screen Recording**: `SUPER + SHIFT + R`### Mouse Bindings
> - **Move Window with Drag**: `SUPER + Left Mouse Button`
> - **Resize Window with Drag**: `SUPER + Right Mouse Button`> [!NOTE]
> I am happy to get feedback, feel free to create PRs and open issues.