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
/
obelix.nix
blob: 8bbb62accfe8001c7709413e8bc3044c50a0145d (
plain
)
1
2
3
4
5
6
7
8
{
pkgs
,
...
}:
{
imports
=
[
../gui/default.nix
../gui/lowdpi.nix
];
}