remove TID machine
This commit is contained in:
parent
b635a8c5b2
commit
ce28e6a599
3 changed files with 0 additions and 73 deletions
23
flake.nix
23
flake.nix
|
@ -13,29 +13,6 @@
|
||||||
|
|
||||||
outputs = inputs@{ self, nix-darwin, nixpkgs, home-manager, nixvim }:
|
outputs = inputs@{ self, nix-darwin, nixpkgs, home-manager, nixvim }:
|
||||||
{
|
{
|
||||||
darwinConfigurations."tid27880sperrau" = nix-darwin.lib.darwinSystem {
|
|
||||||
modules = [
|
|
||||||
{
|
|
||||||
system.configurationRevision = self.rev or self.dirtyRev or null;
|
|
||||||
}
|
|
||||||
./nix-darwin
|
|
||||||
./nix-darwin/hosts/tid27880sperrau
|
|
||||||
home-manager.darwinModules.home-manager
|
|
||||||
{
|
|
||||||
users.users.sperrault.home = "/Users/sperrault";
|
|
||||||
home-manager = {
|
|
||||||
useGlobalPkgs = true;
|
|
||||||
useUserPackages = true;
|
|
||||||
backupFileExtension = "before-home-manager";
|
|
||||||
extraSpecialArgs = {
|
|
||||||
inherit nixvim;
|
|
||||||
};
|
|
||||||
users.sperrault = import ./home-manager/users/sperrault.nix;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
darwinConfigurations."Sloanes-MacBook-Air" = nix-darwin.lib.darwinSystem {
|
darwinConfigurations."Sloanes-MacBook-Air" = nix-darwin.lib.darwinSystem {
|
||||||
modules = [
|
modules = [
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
{ ... }:
|
|
||||||
{
|
|
||||||
imports = [ ../default.nix ];
|
|
||||||
home = {
|
|
||||||
username = "sperrault";
|
|
||||||
homeDirectory = "/Users/sperrault";
|
|
||||||
|
|
||||||
sessionPath = [
|
|
||||||
"/Applications/Postgres.app/Contents/Versions/15/bin"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,38 +0,0 @@
|
||||||
{ ... }: {
|
|
||||||
system.defaults = {
|
|
||||||
dock.persistent-apps = [
|
|
||||||
"/Applications/Firefox.app"
|
|
||||||
"/Applications/Things3.app"
|
|
||||||
"/System/Applications/Mail.app"
|
|
||||||
"/Applications/Fantastical.app"
|
|
||||||
"/Applications/Microsoft Outlook.app"
|
|
||||||
"/Applications/Microsoft Teams.app"
|
|
||||||
"/Applications/Slack.app"
|
|
||||||
"/Applications/Obsidian.app"
|
|
||||||
"/Applications/Ghostty.app"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
homebrew = {
|
|
||||||
brews = [
|
|
||||||
"make"
|
|
||||||
"wget"
|
|
||||||
"zlib"
|
|
||||||
"sqlite3"
|
|
||||||
"spatialindex"
|
|
||||||
"pcre"
|
|
||||||
"gdal"
|
|
||||||
"xz"
|
|
||||||
];
|
|
||||||
casks = [
|
|
||||||
"chromedriver"
|
|
||||||
"discord"
|
|
||||||
"keycastr"
|
|
||||||
"mouseless@preview"
|
|
||||||
"netnewswire"
|
|
||||||
"postgres-unofficial"
|
|
||||||
"postico"
|
|
||||||
"slack"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue