Add defaults

This commit is contained in:
Greg Hellings
2023-08-21 10:34:42 -05:00
parent 8c0a5cac2a
commit 48cd596207
13 changed files with 53 additions and 3 deletions
-3
View File
@@ -36,10 +36,8 @@
home.stateVersion = "23.05"; home.stateVersion = "23.05";
home.packages = with pkgs; [ home.packages = with pkgs; [
bitwarden-cli bitwarden-cli
brew
diffutils diffutils
findutils findutils
gimp
git git
gnupatch gnupatch
gregpy gregpy
@@ -56,7 +54,6 @@
transcrypt transcrypt
tree tree
unzip unzip
vagrant
wget wget
]; ];
} }
+5
View File
@@ -0,0 +1,5 @@
{ ... }:
{
}
+5
View File
@@ -0,0 +1,5 @@
{ ... }:
{
}
+5
View File
@@ -0,0 +1,5 @@
{ ... }:
{
}
+3
View File
@@ -1,6 +1,9 @@
{ pkgs, lib, ...}: { pkgs, lib, ...}:
{ {
home.packages = with pkgs; [
brew
];
home.file.".pip/pip.conf".text = (lib.strings.concatStringsSep "\n" [ home.file.".pip/pip.conf".text = (lib.strings.concatStringsSep "\n" [
"[global]" "[global]"
"retries = 1" "retries = 1"
+2
View File
@@ -2,11 +2,13 @@
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
gimp
gnucash gnucash
ffmpeg ffmpeg
handbrake handbrake
libtheora libtheora
makemkv makemkv
synology-drive-client synology-drive-client
vagrant
]; ];
} }
+5
View File
@@ -0,0 +1,5 @@
{ ... }:
{
}
+5
View File
@@ -0,0 +1,5 @@
{ ... }:
{
}
+5
View File
@@ -0,0 +1,5 @@
{ ... }:
{
}
+5
View File
@@ -0,0 +1,5 @@
{ ... }:
{
}
+7
View File
@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
brew
];
}
+5
View File
@@ -0,0 +1,5 @@
{ ... }:
{
}
+1
View File
@@ -26,6 +26,7 @@ let
home-manager.extraSpecialArgs = { home-manager.extraSpecialArgs = {
inherit gnome gui inputs overlays; inherit gnome gui inputs overlays;
home = "/home/greg"; home = "/home/greg";
host = name;
}; };
} }
inputs.agenix.nixosModules.default inputs.agenix.nixosModules.default