2025-02-28 00:58:20 +05:30
2024-08-09 17:11:27 +05:30
2025-02-27 16:12:22 +05:30
2024-08-06 00:49:41 +05:30
2025-02-27 16:12:22 +05:30
2025-02-27 16:12:22 +05:30
2025-02-27 16:12:22 +05:30
2025-02-28 00:58:20 +05:30
2024-03-20 08:13:27 +00:00

tux's awesomeWM config

home home home

desktop

Installation

# 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

2024-08-08_18-18

Description
Languages
Lua 97.3%
Nix 2.7%