Update: 08/18/2024 06:51:28 PM
This commit is contained in:
10
user/apps/utils/alacritty.nix
Normal file
10
user/apps/utils/alacritty.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
alacritty
|
||||
];
|
||||
programs.alacritty.enable = true;
|
||||
programs.alacritty.settings = {
|
||||
window.opacity = lib.mkForce 0.85;
|
||||
};
|
||||
}
|
||||
6
user/apps/utils/cava.nix
Normal file
6
user/apps/utils/cava.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
cava
|
||||
];
|
||||
}
|
||||
6
user/apps/utils/fzf.nix
Normal file
6
user/apps/utils/fzf.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
fzf
|
||||
];
|
||||
}
|
||||
6
user/apps/utils/keepassxc.nix
Normal file
6
user/apps/utils/keepassxc.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
keepassxc
|
||||
];
|
||||
}
|
||||
6
user/apps/utils/owncloud-client.nix
Normal file
6
user/apps/utils/owncloud-client.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
owncloud-client
|
||||
];
|
||||
}
|
||||
6
user/apps/utils/zoxide.nix
Normal file
6
user/apps/utils/zoxide.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
zoxide
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user