mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 12:46:34 +05:30
39 lines
1.4 KiB
Markdown
39 lines
1.4 KiB
Markdown
<h3 align="center">
|
|
tux's awesomeWM config
|
|
</h3>
|
|
<p align="center">
|
|
<a href="https://wakatime.com/badge/user/012e8da9-99fe-4600-891b-bd9d8dce73d9/project/05c45792-1efd-43b3-a8c5-73968fbd9338"><img src="https://wakatime.com/badge/user/012e8da9-99fe-4600-891b-bd9d8dce73d9/project/05c45792-1efd-43b3-a8c5-73968fbd9338.svg" alt="wakatime"></a>
|
|
<a href="https://builtwithnix.org" target="_blank"><img alt="home" src="https://img.shields.io/static/v1?logo=nixos&logoColor=white&label=&message=Built%20with%20Nix&color=41439a"></a>
|
|
<img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/tuxdotrs/tawm">
|
|
<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/tuxdotrs/tawm">
|
|
</p>
|
|
<p align="center">
|
|
<img src="https://github.com/user-attachments/assets/fc28c35f-b87a-4931-ae7f-c231a11fd1a3" alt="desktop">
|
|
</p>
|
|
|
|
## 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
|
|
|
|

|
|
|
|

|