Commit Graph

10 Commits

Author SHA1 Message Date
Austin Horstman b90af74d15
feat: enable direnv and fix flake devshell output 2024-01-08 12:47:32 -06:00
chayleaf 2e2cb67cf1
flake: update & cleanup 2023-12-02 02:41:59 +07:00
idm1try 388c024298 fix(backlight): wrong percentage numbers for device apple-panel-bl 2023-09-19 18:50:39 +05:00
Austin Horstman 3081b0c576
flake lock update 2023-08-23 12:14:35 -05:00
Jacob Birkett b91adc9f29 flake: fix infrec in package overlay 2023-07-31 09:37:33 -07:00
chayleaf 3f23792df0 use the recommended way of using flake-compat 2023-02-16 20:31:02 +07:00
chayleaf 529031f44f fix typo 2023-02-16 20:26:57 +07:00
chayleaf f51894614d after updating nix.lock all this soup isn't needed 2023-02-16 20:25:07 +07:00
chayleaf 4dcce810d2 improve nix dev shell; override the nixpkgs waybar
for example, the update from 0.9.16 to 0.9.17 broke this flake, after
this change the derivation will be the same as the nixpkgs one. This is
the better option since the flake is unmaintained in this repo (although
it may still break inbetween releases)
2023-02-16 19:45:58 +07:00
Narice d5a86526bc dev: Added Nix Flake support
- Enables Nix users to get the git version of waybar
- Enables Nix users to develop waybar easily
- Adds a fully reproducible development environment
  - The user only has to install Nix, no other depencencies
  - Automatic dev env on directory entry through .envrc
2022-12-06 18:44:26 +01:00