onedrive service
This commit is contained in:
parent
46ca5cc665
commit
941bc5126f
3 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,6 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
onedrive
|
|
||||||
kubectl
|
kubectl
|
||||||
awscli2
|
awscli2
|
||||||
docker-compose
|
docker-compose
|
||||||
|
|
@ -39,7 +38,7 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
gtk.gtk3.bookmarks = [
|
gtk.gtk3.bookmarks = [
|
||||||
"file:///home/tristan/OneDrive/Documents/ OneDrive"
|
"file:///home/tristan/OneDrive/ OneDrive"
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.vscode = {
|
programs.vscode = {
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
history = {
|
history = {
|
||||||
path = "${config.xdg.dataHome}/zsh/zsh_history";
|
path = "${config.xdg.dataHome}/zsh/zsh_history";
|
||||||
};
|
};
|
||||||
defaultKeymap = "vicmd";
|
|
||||||
autocd = true;
|
autocd = true;
|
||||||
enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
completionInit = ''
|
completionInit = ''
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,8 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.onedrive.enable = true;
|
||||||
|
|
||||||
users.users.${user}.extraGroups = ["docker"];
|
users.users.${user}.extraGroups = ["docker"];
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue