Refactor nix config
This commit is contained in:
@@ -2,12 +2,7 @@
|
||||
|
||||
{
|
||||
imports = [
|
||||
./modules/home/default.nix
|
||||
./modules/tmux.nix
|
||||
./modules/git.nix
|
||||
./modules/dev.nix
|
||||
./modules/nvim.nix
|
||||
./modules/task.nix
|
||||
../../../modules/home/common.nix
|
||||
];
|
||||
|
||||
# User details
|
||||
@@ -29,17 +24,8 @@
|
||||
nix-ld
|
||||
];
|
||||
|
||||
# NIX_LD settings for running non-Nix binaries
|
||||
# home.sessionVariables = {
|
||||
# NIX_LD_LIBRARY_PATH = with pkgs; lib.makeLibraryPath [
|
||||
# stdenv.cc.cc
|
||||
# zlib
|
||||
# ];
|
||||
# NIX_LD = lib.fileContents "${pkgs.stdenv.cc}/nix-support/dynamic-linker";
|
||||
# };
|
||||
|
||||
# This value determines the Home Manager release which the configuration is
|
||||
# compatible with. This helps avoid breakage when a new Home Manager release
|
||||
# introduces backwards incompatible changes.
|
||||
home.stateVersion = "25.05";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user