mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: switched back to hyprland
This commit is contained in:
parent
208c1bae34
commit
59cc199722
5 changed files with 53 additions and 45 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue