fix: adjust hyprland configs

This commit is contained in:
ryan4yin
2023-05-07 12:09:01 +08:00
parent 88faaa950c
commit 82f0248cf6
26 changed files with 318 additions and 475 deletions
+1
View File
@@ -17,6 +17,7 @@
# chrome wayland support was broken on nixos-unstable branch, so fallback to stable branch for now
# https://github.com/swaywm/sway/issues/7562
google-chrome
vscode
];
# programs = {
-3
View File
@@ -38,9 +38,6 @@
# cloud provider
awscli
# python
conda
# C
clang-tools
clang-analyzer
-1
View File
@@ -9,7 +9,6 @@
./git.nix
./media.nix
./nixos-cn.nix
./vscode.nix
./xdg.nix
];
}
-17
View File
@@ -1,17 +0,0 @@
{
config,
pkgs,
home-manager,
nix-vscode-extensions,
...
}:
{
programs.vscode = {
enable = true;
# let vscode sync and update its configuration & extensions across devices, using github account.
# userSettings = {};
};
}