gdrive mount wip

This commit is contained in:
Dmitriy Kholkin 2022-10-06 00:44:52 +03:00
parent a8d276570e
commit 1c7a3bba91
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{ config, lib, pkgs, ... }: {
home-manager.users.alukard = {
home.packages = [ pkgs.google-drive-ocamlfuse ];
# systemd.user.services.google-drive-ocamlfuse = {
# Service = {
# ExecStart = "${pkgs.google-drive-ocamlfuse}/bin/google-drive-ocamlfuse";
# Type = "simple";
# };
# Unit = rec {
# After = [ "network-online.target" ];
# Wants = After;
# };
# Install.WantedBy = [ "multi-user.target" ];
# # Unit = {
# # PartOf = [ "graphical-session-pre.target" ];
# # };
# # Install.WantedBy = [ "graphical-session-pre.target" ];
# };
};
}

View File

@ -19,6 +19,7 @@
corectrl
firefox
gamemode
google-drive
himalaya
kitty
mangohud