Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🌟

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
Desktop Preview

# 🗒 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.