2025-01-02 15:21 : id 82
This commit is contained in:
parent
d91070099f
commit
3b2794ea5a
@ -407,7 +407,7 @@ in
|
||||
};
|
||||
};
|
||||
};
|
||||
neovim = {
|
||||
neovim = {
|
||||
defaultEditor = true;
|
||||
enable = true;
|
||||
vimAlias = true;
|
||||
@ -415,11 +415,8 @@ in
|
||||
set clipboard=unnamedplus
|
||||
set relativenumber
|
||||
'';
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
chadtree
|
||||
];
|
||||
};
|
||||
bash = {
|
||||
};
|
||||
bash = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
ls="ls -l";
|
||||
@ -428,13 +425,13 @@ in
|
||||
bashrcExtra=''
|
||||
PS1="[\[\033[32m\]\w]\[\033[0m\]\n\[\033[1;36m\]\u\[\033[1;33m\] => \[\033[0m\]"
|
||||
'';
|
||||
};
|
||||
git = {
|
||||
};
|
||||
git = {
|
||||
enable = true;
|
||||
userName = "deadvey";
|
||||
userEmail = "deadvey@nixos";
|
||||
};
|
||||
kitty = {
|
||||
};
|
||||
kitty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
confirm_os_window_close = 0;
|
||||
@ -469,7 +466,7 @@ in
|
||||
package = pkgs.${FONT_PACKAGE};
|
||||
size = 8;
|
||||
};
|
||||
};
|
||||
};
|
||||
hyprlock = {
|
||||
enable = true;
|
||||
settings = {
|
||||
@ -481,14 +478,14 @@ in
|
||||
background = [
|
||||
{
|
||||
path = "screenshot";
|
||||
blur_passes = 4;
|
||||
blur_size = 7;
|
||||
blur_passes = 2;
|
||||
blur_size = 10;
|
||||
}
|
||||
];
|
||||
|
||||
image = [
|
||||
{
|
||||
path = "/home/deadvey/pictures/pfp.png";
|
||||
path = "$HOME/pictures/pfp.png";
|
||||
size = 220;
|
||||
rounding = -1;
|
||||
border_size = 2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user