summaryrefslogtreecommitdiff
path: root/system/unfree.nix
blob: fd26d3ace6383ddb08364229c5b970149bb726d9 (plain)
1
2
3
4
5
6
7
8
9
_: {
  # list of unfree packages used in
  # the home module, since "unfreePackages"
  # does not work in home when using `rs`
  unfreePackages = [
    "vim-table-mode"
    "nvim-highlight-colors"
  ];
}