tux's awesomeWM config

wakatime home GitHub repo size GitHub commit activity

desktop

## Installation ```nix # Add to your flake inputs tawm = { url = "github:tuxdotrs/tawm"; inputs.nixpkgs.follows = "nixpkgs"; }; # Add this in your HomeManager config { inputs, ... }: { home.file = { ".config/awesome" = { recursive = true; source = "${inputs.tawm.packages.x86_64-linux.default}"; }; }; } ``` ## Showcase ![2024-08-08_18-33](https://github.com/user-attachments/assets/1cdcc387-0f68-486c-a76c-a36ad2acb78d) ![2024-08-08_18-18](https://github.com/user-attachments/assets/f3fc4da5-6c0d-4cda-934d-b68ca6494e02)