gdrive mount wip
This commit is contained in:
parent
a8d276570e
commit
1c7a3bba91
20
profiles/applications/google-drive.nix
Normal file
20
profiles/applications/google-drive.nix
Normal 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" ];
|
||||
# };
|
||||
};
|
||||
}
|
@ -19,6 +19,7 @@
|
||||
corectrl
|
||||
firefox
|
||||
gamemode
|
||||
google-drive
|
||||
himalaya
|
||||
kitty
|
||||
mangohud
|
||||
|
Loading…
x
Reference in New Issue
Block a user