mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-06-07 23:22:43 +02:00
fix: adjust hyprland configs
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -38,9 +38,6 @@
|
||||
# cloud provider
|
||||
awscli
|
||||
|
||||
# python
|
||||
conda
|
||||
|
||||
# C
|
||||
clang-tools
|
||||
clang-analyzer
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
./git.nix
|
||||
./media.nix
|
||||
./nixos-cn.nix
|
||||
./vscode.nix
|
||||
./xdg.nix
|
||||
];
|
||||
}
|
||||
@@ -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 = {};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user