Do some more rearranging and moving and accept risk on gamemode
This commit is contained in:
parent
c41543edcf
commit
02a284fe90
6 changed files with 21 additions and 4 deletions
|
@ -7,6 +7,7 @@
|
|||
./eza
|
||||
./fastfetch
|
||||
./git
|
||||
./gpg
|
||||
./lazygit
|
||||
./ncmpcpp
|
||||
./neovim
|
||||
|
|
7
modules/home/programs/terminal/ssh/default.nix
Normal file
7
modules/home/programs/terminal/ssh/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
addKeysToAgent = "yes";
|
||||
};
|
||||
}
|
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
imports = [
|
||||
./easyeffects
|
||||
./gpg
|
||||
./mpd
|
||||
./playerctl
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue