Compare commits

...

3 Commits

Author SHA1 Message Date
Olaf
dd195b866d spotify moved, autodesk fusion fails, private internet moved 2025-08-25 16:07:11 +02:00
Olaf Kolkman
0540531fb8 gitdeveloper group added 2025-07-27 15:35:07 +02:00
Olaf Kolkman
3be843fd2e removing mac-apps because it doesn't work on X86 with OCLP 2025-07-27 15:34:40 +02:00
5 changed files with 25 additions and 9 deletions

View File

@@ -40,9 +40,11 @@
nix-vscode-extensions = { nix-vscode-extensions = {
url = "github:nix-community/nix-vscode-extensions"; url = "github:nix-community/nix-vscode-extensions";
}; };
mac-app-util = {
url = "github:hraban/mac-app-util"; # mac-app-util doesn't work with OCLP installed on X86
}; # mac-app-util = {
# url = "github:hraban/mac-app-util";
# };
}; };
outputs = outputs =
{ {
@@ -58,7 +60,7 @@
nixd, nixd,
sops-nix, sops-nix,
nix-vscode-extensions, nix-vscode-extensions,
mac-app-util, # mac-app-util,
}@inputs: }@inputs:
let let
user = "olaf"; user = "olaf";
@@ -137,7 +139,7 @@
# sops-nix.nixosModules.sops # sops-nix.nixosModules.sops
home-manager.darwinModules.home-manager home-manager.darwinModules.home-manager
nix-homebrew.darwinModules.nix-homebrew nix-homebrew.darwinModules.nix-homebrew
mac-app-util.darwinModules.default # mac-app-util.darwinModules.default
{ {
nix-homebrew = { nix-homebrew = {
inherit user; inherit user;
@@ -151,7 +153,7 @@
autoMigrate = true; autoMigrate = true;
}; };
home-manager.sharedModules = [ home-manager.sharedModules = [
mac-app-util.homeManagerModules.default # mac-app-util.homeManagerModules.default
]; ];
} }
./hosts/darwin ./hosts/darwin

View File

@@ -57,6 +57,17 @@ in
''; '';
}; };
users.groups= {
gidevelopert={
description="Git Common Rights";
gid=500;
name= "gitdeveloper";
members = [ "olaf" ] ;
};
};
users.knownGroups=["gitdeveloper"];
# Turn off NIX_PATH warnings now that we're using flakes # Turn off NIX_PATH warnings now that we're using flakes
system.checks.verifyNixPath = false; system.checks.verifyNixPath = false;

View File

@@ -9,7 +9,6 @@ _:
"visual-studio-code" "visual-studio-code"
# Creatative tools # Creatative tools
"spotify"
"blender" "blender"
"gimp" "gimp"
"inkscape" "inkscape"
@@ -60,7 +59,7 @@ _:
"element" "element"
# "mqtt-explorer" # "mqtt-explorer"
"virtualbox" "virtualbox"
"autodesk-fusion" # "autodesk-fusion" #fails to install
"qmk-toolbox" "qmk-toolbox"
"dbeaver-community" "dbeaver-community"
"sqlitestudio" "sqlitestudio"

View File

@@ -47,7 +47,7 @@ in
masApps = { masApps = {
"wireguard" = 1451685025; "wireguard" = 1451685025;
"private-internet-access" = 955626407;
"LibreOffice" = 1630474372; "LibreOffice" = 1630474372;
"Affinity Designer 2" = 1616831348; "Affinity Designer 2" = 1616831348;
"Affinity Photo 2: Image Editor" = 1616822987; "Affinity Photo 2: Image Editor" = 1616822987;

View File

@@ -10,6 +10,7 @@ shared-packages
# Security and authentication # Security and authentication
yubikey-agent yubikey-agent
keepassxc keepassxc
private-internet-access
# App and package management # App and package management
appimage-run appimage-run
@@ -37,6 +38,9 @@ shared-packages
postgresql postgresql
libtool # for Emacs vterm libtool # for Emacs vterm
# System
istat-menus
# Screenshot and recording tools # Screenshot and recording tools
flameshot flameshot