changes
This commit is contained in:
parent
82a65fab84
commit
7361a02755
4 changed files with 12 additions and 7 deletions
|
|
@ -30,6 +30,8 @@
|
|||
deno
|
||||
prettier
|
||||
prettierd
|
||||
musescore
|
||||
mpv
|
||||
|
||||
kde-rounded-corners
|
||||
kdePackages.partitionmanager
|
||||
|
|
@ -53,10 +55,6 @@
|
|||
cache.enable = true;
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "code";
|
||||
};
|
||||
|
||||
# This value determines the Home Manager release that your
|
||||
# configuration is compatible with. This helps avoid breakage
|
||||
# when a new Home Manager release introduces backwards
|
||||
|
|
|
|||
|
|
@ -11,6 +11,10 @@ let
|
|||
(lib.toUpper (builtins.substring 0 1 str)) + (builtins.substring 1 (builtins.stringLength str) str);
|
||||
in
|
||||
{
|
||||
home.sessionVariables = {
|
||||
EDITOR = "code";
|
||||
};
|
||||
|
||||
catppuccin.vscode.profiles.default = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue