mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-05-06 01:14:16 +02:00
modularized configs into flake
This commit is contained in:
parent
e615e06990
commit
bb3bd3e7a3
4 changed files with 20 additions and 14 deletions
|
@ -1,9 +1,12 @@
|
|||
{ inputs, ... }:
|
||||
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.extraSpecialArgs = { inherit inputs; };
|
||||
home-manager.users.thilo = {
|
||||
imports = [
|
||||
./home-manager/modules/machine.nix
|
||||
./../../home-manager/modules/machine.nix
|
||||
];
|
||||
|
||||
machine = {
|
||||
|
|
|
@ -152,8 +152,4 @@
|
|||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-24.8.6"
|
||||
];
|
||||
environment.systemPackages = with nixpkgs; [
|
||||
inputs.nix-software-center.packages.x86_64-linux.nix-software-center
|
||||
inputs.devenv.packages.x86_64-linux.devenv
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue