feat: rearrange home-manager modules
This commit is contained in:
parent
89f6ab94b4
commit
58eae1d229
21 changed files with 44 additions and 30 deletions
home
|
@ -3,15 +3,14 @@
|
|||
with pkgs;
|
||||
{
|
||||
imports = [
|
||||
./common/sh.nix
|
||||
./common/mimeapps.nix
|
||||
./common/gtk.nix
|
||||
./common/gnome.nix
|
||||
./common/editors
|
||||
./common/keybase.nix
|
||||
./common/signal.nix
|
||||
./common/chromium.nix
|
||||
./common/planck.nix
|
||||
./shell
|
||||
./direnv
|
||||
./editors
|
||||
./desktop
|
||||
./keybase.nix
|
||||
./signal.nix
|
||||
./chromium.nix
|
||||
./planck.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
@ -25,12 +24,6 @@ with pkgs;
|
|||
night = "0.9";
|
||||
};
|
||||
};
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue