desktop-2024-09-20-19-56-58

This commit is contained in:
Alexander Szczepanski
2024-09-20 19:56:58 +02:00
parent 8c02b5a943
commit 78d0773148
9 changed files with 66 additions and 98 deletions

View File

@ -2,9 +2,8 @@
{
environment.systemPackages = [
pkgs.brave
# pkgs.unstable.chromium
pkgs.unstable.firefox
pkgs.unstable.librewolf
pkgs.unstable.tor-browser-bundle-bin
pkgs.firefox
pkgs.librewolf
pkgs.tor-browser-bundle-bin
];
}

View File

@ -58,7 +58,7 @@
networkmanager.dns = "none";
};
environment.systemPackages = with pkgs.unstable; [
environment.systemPackages = with pkgs; [
ack
borgbackup
borgmatic

View File

@ -1,6 +1,6 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs.unstable; [
environment.systemPackages = with pkgs; [
insomnia
meld
virt-manager

View File

@ -28,7 +28,7 @@
};
};
environment.systemPackages = with pkgs.unstable; [
environment.systemPackages = with pkgs; [
# (lutris.override {
# extraPkgs = pkgs: [
# pkgs.gamescope

View File

@ -49,7 +49,7 @@
# };
};
environment.systemPackages = with pkgs.unstable; [
environment.systemPackages = with pkgs; [
czkawka # fslint before
grsync
handbrake
@ -68,7 +68,7 @@
programs = {
vscode = {
enable = true;
package = pkgs.unstable.vscode;
package = pkgs.vscode;
};
mpv = {
@ -82,7 +82,7 @@
kitty = {
enable = true;
package = pkgs.unstable.kitty;
package = pkgs.kitty;
extraConfig = ''
enable_audio_bell false

View File

@ -45,9 +45,8 @@
home-manager.users.alex = { pkgs, ... }: {
home = {
stateVersion = "24.05";
packages = with pkgs.unstable; [
# atop
stateVersion = "24.11";
packages = with pkgs; [
broot
ffmpeg
git-secret
@ -139,7 +138,7 @@
plugins = [
{
name = "powerlevel10k";
src = pkgs.unstable.zsh-powerlevel10k;
src = pkgs.zsh-powerlevel10k;
file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
}
{