moved desktop to bspwm and added picom
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user