Compare commits
7 Commits
37c3dac5bb
...
main
Author | SHA1 | Date | |
---|---|---|---|
|
eed6a57885 | ||
|
bdf62ceec0 | ||
|
ca74f4654b | ||
|
bf8698da71 | ||
|
dd195b866d | ||
|
0540531fb8 | ||
|
3be843fd2e |
14
flake.nix
14
flake.nix
@@ -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
|
||||||
|
@@ -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;
|
||||||
|
|
||||||
|
@@ -9,7 +9,6 @@ _:
|
|||||||
"visual-studio-code"
|
"visual-studio-code"
|
||||||
|
|
||||||
# Creatative tools
|
# Creatative tools
|
||||||
"spotify"
|
|
||||||
"blender"
|
"blender"
|
||||||
"gimp"
|
"gimp"
|
||||||
"inkscape"
|
"inkscape"
|
||||||
@@ -47,7 +46,7 @@ _:
|
|||||||
|
|
||||||
# Productivity Tools
|
# Productivity Tools
|
||||||
"1Password"
|
"1Password"
|
||||||
"zotero"
|
#"zotero"
|
||||||
"gpg-suite"
|
"gpg-suite"
|
||||||
#"home-assistant"
|
#"home-assistant"
|
||||||
#"Fantastical"
|
#"Fantastical"
|
||||||
@@ -56,11 +55,12 @@ _:
|
|||||||
"spamsieve"
|
"spamsieve"
|
||||||
"macdown"
|
"macdown"
|
||||||
"calibre"
|
"calibre"
|
||||||
"superslicer"
|
# "superslicer" # Removed in favor of OrcaSlicer
|
||||||
|
"orcaslicer"
|
||||||
"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"
|
||||||
@@ -69,4 +69,6 @@ _:
|
|||||||
# Browsers
|
# Browsers
|
||||||
"google-chrome"
|
"google-chrome"
|
||||||
"firefox"
|
"firefox"
|
||||||
|
|
||||||
|
|
||||||
]
|
]
|
||||||
|
@@ -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;
|
||||||
@@ -136,6 +136,7 @@ in
|
|||||||
{ path = "/Applications/Microsoft Teams.app/"; }
|
{ path = "/Applications/Microsoft Teams.app/"; }
|
||||||
{ path = "/System/Applications/Utilities/Screen Sharing.app/"; }
|
{ path = "/System/Applications/Utilities/Screen Sharing.app/"; }
|
||||||
{ path = "/run/current-system/Applications/Emacs.app/"; }
|
{ path = "/run/current-system/Applications/Emacs.app/"; }
|
||||||
|
{ path = "/run/current-system/Applications/Zotero.app/"; }
|
||||||
{
|
{
|
||||||
path = "/Applications/";
|
path = "/Applications/";
|
||||||
section = "others";
|
section = "others";
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
emacsOverlaySha256 = "06413w510jmld20i4lik9b36cfafm501864yq8k4vxl5r4hn0j0h";
|
emacsOverlaySha256 = "11p1c1l04zrn8dd5w8zyzlv172z05dwi9avbckav4d5fk043m754";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
home-manager.backupFileExtension = "nix-backup";
|
home-manager.backupFileExtension = "nix-backup";
|
||||||
|
@@ -5,6 +5,8 @@ with pkgs;
|
|||||||
# Nix
|
# Nix
|
||||||
nixd
|
nixd
|
||||||
mas
|
mas
|
||||||
|
|
||||||
|
|
||||||
# General packages for development and system management
|
# General packages for development and system management
|
||||||
#alacritty
|
#alacritty
|
||||||
aspell
|
aspell
|
||||||
@@ -36,6 +38,7 @@ with pkgs;
|
|||||||
llvm
|
llvm
|
||||||
clang-tools
|
clang-tools
|
||||||
dfu-util
|
dfu-util
|
||||||
|
go
|
||||||
# Encryption and security tools
|
# Encryption and security tools
|
||||||
age
|
age
|
||||||
sops
|
sops
|
||||||
@@ -73,7 +76,8 @@ with pkgs;
|
|||||||
tmux
|
tmux
|
||||||
unrar
|
unrar
|
||||||
unzip
|
unzip
|
||||||
rmapi
|
inetutils # includes Telnet
|
||||||
|
|
||||||
# zsh-powerlevel10k
|
# zsh-powerlevel10k
|
||||||
|
|
||||||
# Python packages
|
# Python packages
|
||||||
@@ -130,10 +134,15 @@ with pkgs;
|
|||||||
mdbook
|
mdbook
|
||||||
xml2rfc
|
xml2rfc
|
||||||
rubyPackages_3_4.kramdown-rfc2629
|
rubyPackages_3_4.kramdown-rfc2629
|
||||||
|
zotero
|
||||||
|
|
||||||
|
|
||||||
(texlive.combine {
|
(texlive.combine {
|
||||||
inherit (texlive)
|
inherit (texlive)
|
||||||
apa6
|
apa6
|
||||||
|
biber
|
||||||
|
biblatex-apa6
|
||||||
|
biblatex
|
||||||
bibunits
|
bibunits
|
||||||
draftwatermark
|
draftwatermark
|
||||||
enumitem
|
enumitem
|
||||||
@@ -148,6 +157,7 @@ with pkgs;
|
|||||||
selnolig
|
selnolig
|
||||||
sourcesanspro
|
sourcesanspro
|
||||||
tcolorbox
|
tcolorbox
|
||||||
|
texcount
|
||||||
threeparttable
|
threeparttable
|
||||||
tikzfill
|
tikzfill
|
||||||
titling
|
titling
|
||||||
|
Reference in New Issue
Block a user