add networking through secrets
This commit is contained in:
@@ -12,8 +12,10 @@
|
||||
## Utils relevant to this user only
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Remy Moll";
|
||||
userEmail = "me@moll.re";
|
||||
settings = {
|
||||
user.name = "Remy Moll";
|
||||
user.email = "me@moll.re";
|
||||
};
|
||||
};
|
||||
|
||||
## XDG configuration
|
||||
@@ -22,6 +24,7 @@
|
||||
mimeApps = {
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
# TODO
|
||||
"inode/directory" = "org.gnome.Nautilus.desktop";
|
||||
"application/zip" = "org.gnome.FileRoller.desktop";
|
||||
"application/octet-stream" = "org.gnome.GHex.desktop";
|
||||
|
||||
@@ -31,7 +31,6 @@ with lib.hm.gvariant;
|
||||
../../modules/home-manager/kitty.nix
|
||||
../../modules/home-manager/kubectl.nix
|
||||
../../modules/home-manager/launcher.nix
|
||||
../../modules/home-manager/notifications.nix
|
||||
../../modules/home-manager/obsidian.nix
|
||||
../../modules/home-manager/owncloud-client.nix
|
||||
../../modules/home-manager/quickshell
|
||||
|
||||
Reference in New Issue
Block a user