summary refs log tree commit diff
path: root/modules/sunshine.nix
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-10-21 20:37:25 +0200
committerMel <einebeere@gmail.com>2024-10-21 20:37:25 +0200
commit674b413133d8c434c1e050110d2e338183f2cf48 (patch)
tree18967066fc991788bd2ce08be2767fd3aa240f7a /modules/sunshine.nix
parentfa501f919cea519f1b0f53686000a74e4abf397e (diff)
downloadminerals-674b413133d8c434c1e050110d2e338183f2cf48.tar.zst
minerals-674b413133d8c434c1e050110d2e338183f2cf48.zip
Add borgbackup
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules/sunshine.nix')
0 files changed, 0 insertions, 0 deletions
DDD } /* Name.Tag */ .highlight .nv { color: #EEDD82 } /* Name.Variable */ .highlight .ow { color: #F00 } /* Operator.Word */ .highlight .pm { color: #DDD } /* Punctuation.Marker */ .highlight .w { color: #DDD } /* Text.Whitespace */ .highlight .mb { color: #F0F } /* Literal.Number.Bin */ .highlight .mf { color: #F0F } /* Literal.Number.Float */ .highlight .mh { color: #F0F } /* Literal.Number.Hex */ .highlight .mi { color: #F0F } /* Literal.Number.Integer */ .highlight .mo { color: #F0F } /* Literal.Number.Oct */ .highlight .sa { color: #87CEEB } /* Literal.String.Affix */ .highlight .sb { color: #87CEEB } /* Literal.String.Backtick */ .highlight .sc { color: #87CEEB } /* Literal.String.Char */ .highlight .dl { color: #87CEEB } /* Literal.String.Delimiter */ .highlight .sd { color: #87CEEB } /* Literal.String.Doc */ .highlight .s2 { color: #87CEEB } /* Literal.String.Double */ .highlight .se { color: #87CEEB } /* Literal.String.Escape */ .highlight .sh { color: #87CEEB } /* Literal.String.Heredoc */ .highlight .si { color: #87CEEB } /* Literal.String.Interpol */ .highlight .sx { color: #87CEEB } /* Literal.String.Other */ .highlight .sr { color: #87CEEB } /* Literal.String.Regex */ .highlight .s1 { color: #87CEEB } /* Literal.String.Single */ .highlight .ss { color: #87CEEB } /* Literal.String.Symbol */ .highlight .bp { color: #DDD } /* Name.Builtin.Pseudo */ .highlight .fm { color: #FF0 } /* Name.Function.Magic */ .highlight .vc { color: #EEDD82 } /* Name.Variable.Class */ .highlight .vg { color: #EEDD82 } /* Name.Variable.Global */ .highlight .vi { color: #EEDD82 } /* Name.Variable.Instance */ .highlight .vm { color: #EEDD82 } /* Name.Variable.Magic */ .highlight .il { color: #F0F } /* Literal.Number.Integer.Long */
{ pkgs, ... }:

{
  imports = [
    ../../modules/home/common.nix
  ];

  # lapin only got a home-manager
  # a year after i set it up!
  home.stateVersion = "24.05";
}