index
:
nixos_home
master
playground/athena
My NixOS home-manager configuration
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
host
/
majestix.nix
blob: 26a17eae72bad5ba9ad97490f3d28b6ab8037cc9 (
plain
)
1
2
3
4
5
6
7
8
9
{
pkgs
,
...
}:
{
imports
=
[
../gui/default.nix
];
custom
.
hidpi
=
false
;
}