feat: switched back to hyprland

This commit is contained in:
Nick 2025-01-08 03:25:33 -06:00
parent 208c1bae34
commit 59cc199722
5 changed files with 53 additions and 45 deletions

View file

@ -8,8 +8,18 @@
vscode = let
configPath = ./config;
keybindingsPath = import (configPath + "/keybindings.nix");
extensionsPath = import (configPath + "/extensions.nix") {inherit pkgs;};
userSettingsPath = import (configPath + "/userSettings.nix") {inherit pkgs lib flake;};
extensionsPath = import (configPath + "/extensions.nix") {
inherit
pkgs
;
};
userSettingsPath = import (configPath + "/userSettings.nix") {
inherit
pkgs
lib
flake
;
};
in {
enable = true;
package = pkgs.vscode;