home-manager: cleanup&rename configuration
This commit is contained in:
parent
a208015c62
commit
eced1a3bc1
6 changed files with 6 additions and 406 deletions
33
nix/home-manager/configuration/text-minimal.txt
Normal file
33
nix/home-manager/configuration/text-minimal.txt
Normal file
|
@ -0,0 +1,33 @@
|
|||
{ pkgs
|
||||
, config,
|
||||
... }:
|
||||
|
||||
let
|
||||
|
||||
in {
|
||||
imports = [
|
||||
../profiles/common.nix
|
||||
../profiles/nix-channels.nix
|
||||
../programs/neovim.nix
|
||||
../programs/zsh.nix
|
||||
];
|
||||
|
||||
nixpkgs.config = {
|
||||
packageOverrides = pkgs: with pkgs; {
|
||||
};
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
};
|
||||
|
||||
home.packages = []
|
||||
++ (with pkgs; [
|
||||
# Authentication
|
||||
mkpasswd
|
||||
|
||||
# Version Control Systems
|
||||
git-crypt
|
||||
gitFull
|
||||
mr
|
||||
]);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue