setup common programs

This commit is contained in:
♥ Minnie ♥ 2023-05-16 13:55:14 +08:00
parent 632a77160c
commit 7d0d1b7ffc

View file

@ -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";