setup common programs
This commit is contained in:
parent
632a77160c
commit
7d0d1b7ffc
|
@ -11,13 +11,9 @@
|
||||||
# inputs.nix-colors.homeManagerModules.default
|
# inputs.nix-colors.homeManagerModules.default
|
||||||
|
|
||||||
# You can also split up your configuration and import pieces of it here:
|
# You can also split up your configuration and import pieces of it here:
|
||||||
|
../common/programs/git
|
||||||
# Configurations
|
../common/programs/nvim
|
||||||
"${inputs.neovim-jsm}/default.nix"
|
../common/programs/zsh
|
||||||
|
|
||||||
# Programs
|
|
||||||
./programs/git.nix
|
|
||||||
./programs/zsh.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
|
@ -57,12 +53,8 @@
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Install some packages
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Copy user configuration
|
|
||||||
|
|
||||||
# Nicely reload system units when changing configs
|
# Nicely reload system units when changing configs
|
||||||
systemd.user.startServices = "sd-switch";
|
systemd.user.startServices = "sd-switch";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue