minor changes, new machine
This commit is contained in:
parent
ff1cc15a38
commit
c2d03922a5
|
@ -31,7 +31,6 @@ in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
sx
|
sx
|
||||||
fzy
|
fzy
|
||||||
gnupg
|
|
||||||
xclip
|
xclip
|
||||||
xcape
|
xcape
|
||||||
polybar
|
polybar
|
||||||
|
@ -52,6 +51,7 @@ in {
|
||||||
ledger
|
ledger
|
||||||
remind
|
remind
|
||||||
python3
|
python3
|
||||||
|
pinentry-curses
|
||||||
|
|
||||||
ungoogled-chromium
|
ungoogled-chromium
|
||||||
discord
|
discord
|
||||||
|
@ -67,7 +67,7 @@ in {
|
||||||
|
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pinentryFlavor = "curses";
|
pinentryFlavor = "gtk2";
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -198,7 +198,10 @@ in {
|
||||||
|
|
||||||
environment.etc = {
|
environment.etc = {
|
||||||
"profile.local" = {
|
"profile.local" = {
|
||||||
text = "source $HOME/.config/bash/profile";
|
text = "source /home/usr/.config/bash/profile";
|
||||||
|
};
|
||||||
|
"bashrc.local" = {
|
||||||
|
text = "source /home/usr/.config/bash/bashrc";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue