changes
This commit is contained in:
parent
813def4ac3
commit
4fecda7850
4 changed files with 12 additions and 7 deletions
|
|
@ -30,6 +30,8 @@
|
||||||
deno
|
deno
|
||||||
prettier
|
prettier
|
||||||
prettierd
|
prettierd
|
||||||
|
musescore
|
||||||
|
mpv
|
||||||
|
|
||||||
kde-rounded-corners
|
kde-rounded-corners
|
||||||
kdePackages.partitionmanager
|
kdePackages.partitionmanager
|
||||||
|
|
@ -53,10 +55,6 @@
|
||||||
cache.enable = true;
|
cache.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionVariables = {
|
|
||||||
EDITOR = "code";
|
|
||||||
};
|
|
||||||
|
|
||||||
# This value determines the Home Manager release that your
|
# This value determines the Home Manager release that your
|
||||||
# configuration is compatible with. This helps avoid breakage
|
# configuration is compatible with. This helps avoid breakage
|
||||||
# when a new Home Manager release introduces backwards
|
# 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);
|
(lib.toUpper (builtins.substring 0 1 str)) + (builtins.substring 1 (builtins.stringLength str) str);
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
home.sessionVariables = {
|
||||||
|
EDITOR = "code";
|
||||||
|
};
|
||||||
|
|
||||||
catppuccin.vscode.profiles.default = {
|
catppuccin.vscode.profiles.default = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,11 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.sessionVariables = rec {
|
||||||
|
NIXOS_OZONE_WL = "1";
|
||||||
|
EDITOR = "nvim";
|
||||||
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
|
||||||
plymouth = {
|
plymouth = {
|
||||||
|
|
@ -149,9 +154,6 @@
|
||||||
firefoxpwa
|
firefoxpwa
|
||||||
distrobox
|
distrobox
|
||||||
];
|
];
|
||||||
sessionVariables = {
|
|
||||||
NIXOS_OZONE_WL = "1";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
set fish_greeting # Disable greeting
|
set fish_greeting # Disable greeting
|
||||||
|
alias edit "nvim"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue