Merge branch 'main' of github.com:bloxx12/nichts
This commit is contained in:
commit
830aa0961d
7 changed files with 543 additions and 48 deletions
|
@ -20,7 +20,6 @@
|
|||
vesktop.enable = true;
|
||||
btop.enable = true;
|
||||
mpv.enable = true;
|
||||
schizofox.enable = false;
|
||||
|
||||
zsh = {
|
||||
enable = true;
|
||||
|
@ -31,9 +30,9 @@
|
|||
};
|
||||
ohmyzsh = {
|
||||
enable = true;
|
||||
theme = "fino-time";
|
||||
};
|
||||
};
|
||||
theme = "fino-time";
|
||||
};
|
||||
};
|
||||
|
||||
git = {
|
||||
enable = true;
|
||||
|
@ -43,17 +42,22 @@
|
|||
};
|
||||
|
||||
firefox = {
|
||||
enable = true;
|
||||
extensions = {
|
||||
"support@lastpass.com" = {
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/file/4246455/lastpass_password_manager-4.127.0.1.xpi";
|
||||
installation_mode = "force_installed";
|
||||
};
|
||||
"newtaboverride@agenedia.com" = {
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/file/4231522/new_tab_override-16.0.0.xpi";
|
||||
installation_mode = "force_installed";
|
||||
};
|
||||
};
|
||||
enable = true;
|
||||
extensions = {
|
||||
"support@lastpass.com" = {
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/file/4246455/lastpass_password_manager-4.127.0.1.xpi";
|
||||
installation_mode = "force_installed";
|
||||
};
|
||||
"newtaboverride@agenedia.com" = {
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/file/4231522/new_tab_override-16.0.0.xpi";
|
||||
installation_mode = "force_installed";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
alacritty = {
|
||||
enable = true;
|
||||
catppuccin = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -7,6 +7,14 @@
|
|||
username = "lars";
|
||||
};
|
||||
};
|
||||
|
||||
programs = {
|
||||
alacritty = {
|
||||
opacity = 0.8;
|
||||
blur = true;
|
||||
};
|
||||
};
|
||||
|
||||
hyprland = {
|
||||
enable = true;
|
||||
nvidia.enable = true;
|
||||
|
|
|
@ -7,20 +7,19 @@ in {
|
|||
fenix = inputs.fenix.packages.${pkgs.system};
|
||||
|
||||
in with pkgs; [
|
||||
neofetch
|
||||
neofetch
|
||||
git
|
||||
trash-cli
|
||||
trash-cli
|
||||
element-desktop
|
||||
steam
|
||||
libreoffice-fresh
|
||||
ventoy-full
|
||||
lazygit
|
||||
obsidian
|
||||
obsidian
|
||||
neofetch
|
||||
zip
|
||||
vlc
|
||||
zathura
|
||||
alacritty
|
||||
unzip
|
||||
gcc
|
||||
bibata-cursors
|
||||
|
@ -45,15 +44,15 @@ in {
|
|||
python3
|
||||
rustdesk
|
||||
neovim
|
||||
tmux
|
||||
kitty
|
||||
nextcloud-client
|
||||
vscode
|
||||
grim
|
||||
slurp
|
||||
wl-clipboard
|
||||
pavucontrol
|
||||
wofi
|
||||
tmux
|
||||
kitty
|
||||
nextcloud-client
|
||||
vscode
|
||||
grim
|
||||
slurp
|
||||
wl-clipboard
|
||||
pavucontrol
|
||||
wofi
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -68,6 +68,13 @@
|
|||
enable = true;
|
||||
profiling = false;
|
||||
};
|
||||
alacritty = {
|
||||
enable = true;
|
||||
catppuccin = true;
|
||||
opacity = 0.8;
|
||||
blur = true;
|
||||
# Grüsse
|
||||
};
|
||||
};
|
||||
services = {
|
||||
pipewire.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue