nix/home: fix typo in filename
This commit is contained in:
parent
5add90f92e
commit
810c61216d
3 changed files with 2 additions and 2 deletions
27
nix/home-manager/configuration/text-minimal.nix
Normal file
27
nix/home-manager/configuration/text-minimal.nix
Normal file
|
@ -0,0 +1,27 @@
|
|||
{ 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; [
|
||||
iperf3
|
||||
]);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue