ttrssreal / nix-config

configurations for my nixos hosts
0 stars 0 forks source link

server: (hacky+broken) using jess-laptop stuffs #28

Closed github-actions[bot] closed 5 days ago

github-actions[bot] commented 5 days ago

xinit starts status bar with battery info

but we dont have a battery D:

https://github.com/ttrssreal/nix-config/blob/e2b3853fc8eadf8a5997e204c4278e81d9b14bb9/users/jess/env/server/default.nix#L8-L10


}: {
  imports = lib.flatten [
    (userRoot + /base.nix)
    # TODO: server: (hacky+broken) using jess-laptop stuffs
    #       xinit starts status bar with battery info
    #       but we dont have a battery D:
    ../jess-laptop/pkgs.nix
    ../jess-laptop/xinit.nix