moved desktop to bspwm and added picom

This commit is contained in:
Alexander Szczepanski
2021-08-01 23:23:57 +02:00
parent 1f80ac7955
commit d1ac6436c1
4 changed files with 18 additions and 59 deletions

View File

@ -6,35 +6,6 @@
(fetchTarball "https://github.com/msteen/nixos-vscode-server/tarball/master")
];
programs.zsh = {
enable = true;
# enableCompletion = true;
# autosuggestions.enable = true;
# syntaxHighlighting.enable = true;
# ohMyZsh = {
# enable = true;
# theme = "agnoster";
# customPkgs = [
# pkgs.zsh-autosuggestions
# pkgs.zsh-syntax-highlighting
# pkgs.zsh-powerlevel10k
# ];
# plugins = [
# "cp"
# "common-aliases"
# "docker "
# "systemd"
# "wd"
# "kubectl"
# "git"
# # "zsh-autosuggestions"
# # "zsh-syntax-highlightin"
# ];
# };
};
services = {
vscode-server.enable = true;
openssh = {