swap
This commit is contained in:
parent
ed0ed3c985
commit
d80fd6c243
5 changed files with 30 additions and 15 deletions
|
|
@ -1,7 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
twofa
|
||||
];
|
||||
_: {
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
home.packages = with pkgs.unstable; [
|
||||
nvim-pkg
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
"exit"
|
||||
];
|
||||
shellAliases = {
|
||||
la = "eza -lahrt";
|
||||
la = "eza -lahr";
|
||||
ll = "la";
|
||||
":q" = "exit";
|
||||
mpv = "mpv --no-keepaspect-window";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue