mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-06-14 08:24:36 +02:00
restructure hm moduels to ibe more flexible
This commit is contained in:
parent
e6d3d00297
commit
212e521c73
5 changed files with 29 additions and 5 deletions
configs/fedora
17
configs/fedora/home.nix
Normal file
17
configs/fedora/home.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [ ./../../home-manager/modules/machine.nix ];
|
||||
|
||||
machine = {
|
||||
username = "thilo";
|
||||
isGeneric = true;
|
||||
isGnome = false;
|
||||
noiseSuppression.enable = false;
|
||||
isGraphical = false;
|
||||
};
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue