seeing if it's easier to fork tA's nixos laptop config rather than make one from scratch (more or less).
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

16 行
154B

  1. { pkgs, ... }: {
  2. imports = [
  3. ./wm.nix
  4. ./rofi.nix
  5. ];
  6. home.packages = with pkgs; [
  7. feh
  8. ];
  9. xsession = {
  10. enable = true;
  11. };
  12. }