Compare commits

..

No commits in common. "bc7c7a5f7ebfa8044cbf312f15141b909a72a351" and "f71e57df5182087e8693aac1a56bb1540ecb50f7" have entirely different histories.

9 changed files with 13 additions and 50 deletions

View File

@ -18,6 +18,6 @@
useGlobalPkgs = true;
useUserPackages = true;
extraSpecialArgs = { inherit emacs-larstvei; };
users.larstvei.imports = [ ../../modules/home/full ];
users.larstvei.imports = [ ../../modules/home ];
};
}

View File

@ -6,11 +6,6 @@
../../modules/nixos
];
home-manager.users.larstvei.imports = [
../../modules/home/full
../../modules/desktop
];
networking.hostName = "larstvei-think";
# Bootloader.

View File

@ -9,6 +9,8 @@
package = pkgs.nix;
settings = {
auto-optimise-store = true;
experimental-features = [
"nix-command"
"flakes"
@ -33,8 +35,6 @@
"larstvei.cachix.org-1:mJq98qeTBnm2xNNibn2BEwN1ggi6uQg+5hWASdG1Vys="
];
};
optimise.automatic = true;
};
environment.systemPackages = [

View File

@ -4,20 +4,7 @@
../homebrew
];
nix.linux-builder = {
enable = true;
ephemeral = true;
maxJobs = 4;
config = {
virtualisation = {
darwin-builder = {
diskSize = 200 * 1024;
memorySize = 8 * 1024;
};
cores = 6;
};
};
};
nix.linux-builder.enable = true;
system = {
stateVersion = 4;

View File

@ -1,4 +1,9 @@
{
imports = [
../languages
../tools
];
programs.home-manager.enable = true;
home.stateVersion = "24.11";

View File

@ -1,7 +0,0 @@
{
imports = [
../.
../../languages
../../tools
];
}

View File

@ -1,13 +0,0 @@
{
imports = [
../.
../../languages/c
../../languages/clojure
../../languages/nix
../../languages/python
../../tools/editor
../../tools/git
../../tools/shell
../../tools/utils
];
}

View File

@ -1,8 +0,0 @@
{
imports = [
../.
../../tools/editor
../../tools/git
../../tools/shell
];
}

View File

@ -15,6 +15,10 @@
useGlobalPkgs = true;
useUserPackages = true;
extraSpecialArgs = { inherit nanostatus emacs-larstvei zen-browser; };
users.larstvei.imports = [
../home
../desktop
];
};
users.users.larstvei = {