mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: expanded all lists
This commit is contained in:
parent
59cc199722
commit
bb0b55b011
144 changed files with 1798 additions and 507 deletions
|
@ -4,7 +4,10 @@
|
|||
flake,
|
||||
...
|
||||
}: let
|
||||
inherit (flake.config.aesthetics.themes.theme) font;
|
||||
inherit
|
||||
(flake.config.aesthetics.themes.theme)
|
||||
font
|
||||
;
|
||||
in {
|
||||
"git.confirmSync" = false;
|
||||
"editor.insertSpaces" = false;
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
programs = {
|
||||
vscode = let
|
||||
configPath = ./config;
|
||||
keybindingsPath = import (configPath + "/keybindings.nix");
|
||||
extensionsPath = import (configPath + "/extensions.nix") {
|
||||
keybindingsPath = import (configPath + /keybindings.nix);
|
||||
extensionsPath = import (configPath + /extensions.nix) {
|
||||
inherit
|
||||
pkgs
|
||||
;
|
||||
};
|
||||
userSettingsPath = import (configPath + "/userSettings.nix") {
|
||||
userSettingsPath = import (configPath + /userSettings.nix) {
|
||||
inherit
|
||||
pkgs
|
||||
lib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue