Compare commits
No commits in common. "2e7fe703c89d7eeacb967495c01c84db438b9f90" and "3c818d02b29f029384388df89175261a6b7dd27c" have entirely different histories.
2e7fe703c8
...
3c818d02b2
8 changed files with 3 additions and 53 deletions
|
@ -6,7 +6,6 @@
|
|||
homeManagerModules = {
|
||||
dev = import ./home/dev;
|
||||
work = import ./home/work;
|
||||
home = import ./home/home;
|
||||
default = import ./home;
|
||||
};
|
||||
|
||||
|
|
|
@ -11,31 +11,8 @@
|
|||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
neovim
|
||||
|
||||
file
|
||||
pciutils # lspci
|
||||
usbutils # lsusb
|
||||
|
||||
btop
|
||||
bottom
|
||||
htop
|
||||
lsof
|
||||
lm_sensors
|
||||
powertop
|
||||
procs
|
||||
|
||||
libqalculate
|
||||
pulumi-bin
|
||||
|
||||
jq
|
||||
|
||||
unzip
|
||||
unrar-wrapper
|
||||
p7zip
|
||||
atool
|
||||
|
||||
fastfetch
|
||||
hyfetch
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
# difftastic.enable = true;
|
||||
# https://difftastic.wilfred.me.uk/git.html
|
||||
# https://tsdh.org/posts/2022-08-01-difftastic-diffing-with-magit.html
|
||||
userEmail = "esmith@true-helix.com";
|
||||
userName = "Evar Smith";
|
||||
extraConfig = {
|
||||
init.defaultBranch = "integration";
|
||||
|
||||
|
|
|
@ -12,9 +12,6 @@
|
|||
inputs.nix-index-database.hmModules.nix-index
|
||||
];
|
||||
|
||||
# TODO: consider starship for prompt
|
||||
# https://starship.rs/
|
||||
|
||||
# NOTE: for fish, I need the
|
||||
# system to have programs.fish.enable = true;
|
||||
# so that the shell integration can find the nix binary properly.
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
imports = [
|
||||
./git.nix
|
||||
];
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
programs.git = {
|
||||
userEmail = "git@evar.dev";
|
||||
userName = "Evar";
|
||||
};
|
||||
}
|
|
@ -1,13 +1,5 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./xfreerdp.nix
|
||||
./git.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
pulumi-bin
|
||||
];
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
programs.git = {
|
||||
userEmail = "git@evar.dev";
|
||||
userName = "Evar Smith";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue