feat(home): remove keybase
This commit is contained in:
parent
68ed481139
commit
b598614f84
4 changed files with 0 additions and 12 deletions
|
@ -13,7 +13,6 @@ with pkgs;
|
|||
./editors
|
||||
./desktop
|
||||
./git.nix
|
||||
./keybase.nix
|
||||
./element.nix
|
||||
./signal.nix
|
||||
./browsers
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
./desktop
|
||||
./desktop/monitors.nix
|
||||
./git.nix
|
||||
./keybase.nix
|
||||
./element.nix
|
||||
./signal.nix
|
||||
./browsers
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.keybase.enable = true;
|
||||
# services.kbfs.enable = true;
|
||||
|
||||
home.packages = [ pkgs.keybase-gui ];
|
||||
}
|
|
@ -66,7 +66,6 @@ in
|
|||
"/home/*/.local/share/gnome-boxes"
|
||||
"/home/*/.local/share/bottles"
|
||||
"/home/*/.local/share/Steam"
|
||||
"/home/*/.local/share/keybase"
|
||||
"/home/*/.local/share/libvirt"
|
||||
"/home/*/.local/share/lutris"
|
||||
"/home/*/.local/share/NuGet"
|
||||
|
@ -81,7 +80,6 @@ in
|
|||
"/home/*/.config/Proton Pass"
|
||||
"/home/*/.config/spotify/Users"
|
||||
"/home/felschr/media"
|
||||
"/home/felschr/keybase"
|
||||
"/home/felschr/dev" # backup ~/dev-backup instead
|
||||
|
||||
# general
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue