Switch to unstable + xidlehook

This commit is contained in:
Filippo Berto 2021-07-23 15:35:10 +02:00
parent b3688ae574
commit 82530df76e
12 changed files with 53 additions and 59 deletions

View file

@ -1,9 +1,8 @@
{ pkgs, lib, ... }:
let
unstable = import <nixpkgs> {};
tomlGenerate = (pkgs.formats.toml {}).generate "bottom-toml";
in {
home.packages = with unstable; [ bottom ];
home.packages = with pkgs; [ bottom ];
xdg.configFile."bottom/bottom.toml".source = tomlGenerate {
"flags" = {
"left_legend" = true;