chore: cleanup theming and get nvim colors working in tmux
This commit is contained in:
parent
655bdebfc5
commit
db123caede
7 changed files with 8 additions and 21 deletions
|
@ -10,19 +10,16 @@
|
|||
args = {inherit self inputs;};
|
||||
mkSystem = hostname:
|
||||
nixpkgs.lib.nixosSystem {
|
||||
specialArgs = args; modules = [ ./systems/${hostname}.nix
|
||||
specialArgs = args;
|
||||
modules = [
|
||||
./systems/${hostname}.nix
|
||||
|
||||
# Add the home-manager user
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager = {
|
||||
# Don't instantiate the home-manager instance of nixpkgs
|
||||
#useGlobalPkgs = true;
|
||||
# Install user packages to /etc/profiles
|
||||
useUserPackages = true;
|
||||
# Pass inputs to configurations
|
||||
extraSpecialArgs = args;
|
||||
# Add the users
|
||||
users.rafiq.imports = [
|
||||
./users/rafiq.nix
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue