home/yazi , virgil/vfio
This commit is contained in:
parent
4a7335198a
commit
1b6c6967d9
8 changed files with 168 additions and 13 deletions
|
|
@ -44,12 +44,12 @@ in {
|
|||
swww
|
||||
grim
|
||||
slurp
|
||||
lf
|
||||
inxi
|
||||
pistol
|
||||
waybar
|
||||
wofi
|
||||
mako
|
||||
feh
|
||||
kitty
|
||||
libsForQt5.qtstyleplugin-kvantum
|
||||
libsForQt5.qt5ct
|
||||
|
|
@ -57,15 +57,20 @@ in {
|
|||
];
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
profiles.default.extensions = with pkgs.vscode-extensions; [
|
||||
#pkgs.vscode-extensions.bbenoist.nix
|
||||
|
||||
pkgs.vscode-extensions.kamadorueda.alejandra
|
||||
|
||||
pkgs.vscode-extensions.jnoortheen.nix-ide
|
||||
];
|
||||
profiles.tulg.userSettings = {
|
||||
|
||||
|
||||
};
|
||||
};
|
||||
programs.zen-browser.enable = true;
|
||||
programs.zsh.enable = true;
|
||||
programs.zen-browser.policies = {
|
||||
DisableAppUpdate = true;
|
||||
DisableTelemetry = true;
|
||||
|
|
@ -77,6 +82,22 @@ in {
|
|||
# theme = spicePkgs.themes.ziro;
|
||||
# colorScheme = "rose-pine-moon";
|
||||
};
|
||||
programs.yazi = {
|
||||
enable = true;
|
||||
settings = {
|
||||
mgr = {
|
||||
ratio = [1 1 6];
|
||||
};
|
||||
preview = {
|
||||
max_width = 1000;
|
||||
max_height = 900;
|
||||
};
|
||||
tasks = {
|
||||
image_bound = [ 0 0 ];
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
xdg.configFile."hypr" = {
|
||||
source = symlink "${dots}/hypr";
|
||||
|
|
@ -103,10 +124,10 @@ in {
|
|||
recursive = true;
|
||||
};
|
||||
|
||||
xdg.configFile."lf" = {
|
||||
source = symlink "${dots}/lf";
|
||||
recursive = true;
|
||||
};
|
||||
#xdg.configFile."lf" = {
|
||||
# source = symlink "${dots}/lf";
|
||||
# recursive = true;
|
||||
#};
|
||||
programs.firefox.enable = true;
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
|
|
@ -123,8 +144,10 @@ in {
|
|||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "tulg";
|
||||
userEmail = "tulg@protonmail.ch";
|
||||
settings = {
|
||||
user.name = "tulg";
|
||||
user.email = "tulg@protonmail.ch";
|
||||
};
|
||||
};
|
||||
|
||||
# gtk = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue