Compare commits

..

No commits in common. "46ba563e2feb8e5cbfbd6b3b24490db96aa87d10" and "5a76c612bc9faa6fd37d360202503db4dc9401cd" have entirely different histories.

4 changed files with 11 additions and 14 deletions

View file

@ -1,4 +1,4 @@
{ lib, ... }:
{ ... }:
{
imports = [
./disko
@ -24,11 +24,4 @@
};
services.globalprotect.enable = true;
virtualisation.vmware.host.enable = true;
nixpkgs.allowUnfreePackages = [ "vmware-workstation" ];
environment.persistence."/persist".directories = [
"/home/jimbo/.vmware"
"/home/jimbo/vmware"
];
}

View file

@ -1,9 +1,11 @@
{ config, lib, ... }:
{
home-manager.users."${config.sysusers.main}".home = {
home-manager.users."${config.sysusers.main}" = {
home = {
desktop.enable = true;
remote-desktop.enable = true;
school.enable = true;
stateVersion = lib.mkForce config.system.stateVersion;
stateVersion = lib.mkForce "24.11";
};
};
}

View file

@ -1,6 +1,7 @@
{ config, lib, ... }:
{
home-manager.users."${config.sysusers.main}".home = {
desktop.enable = false;
stateVersion = lib.mkForce config.system.stateVersion;
};
}

View file

@ -24,6 +24,7 @@
".local/share/mpd"
".local/share/nvim/undo"
".local/share/fractal"
".local/share/PrismLauncher"
".local/share/Steam"
".local/share/TelegramDesktop"
@ -39,7 +40,7 @@
files = [
".zsh_history"
".local/state/lazygit/state.yml"
".local/share/applications" # Create directory so nothing generates inside of it
".local/share/applications" # Create this so nothing gets generated inside of it
];
};
};