revamped setup

This commit is contained in:
gpskwlkr 2024-03-29 12:01:14 +04:00
parent 8f13d0a017
commit e7d7db79e6
32 changed files with 358 additions and 830 deletions

View file

@ -1,16 +1,7 @@
{ pkgs, pkgs-unstable, ... }:
{
nixpkgs = {
config = {
allowUnfree = true;
allowUnfreePredicate = (_: true);
permittedInsecurePackages = [
"electron-25.9.0" # Obsidian
];
};
};
home.packages = [
@ -27,17 +18,26 @@
python-pkgs.pip
python-pkgs.requests
]))
pkgs.zig
pkgs.rustc
pkgs.rust-analyzer
pkgs.clippy
pkgs.cargo
pkgs.zig
# Work stuff
pkgs.obsidian
pkgs.teams-for-linux
pkgs.thunderbird
pkgs.zoom-us
pkgs.libreoffice-qt
pkgs.hunspell
# Bluetooth
pkgs.blueberry
# Social
pkgs.telegram-desktop
pkgs-unstable.vesktop
@ -59,5 +59,8 @@
# Utils
pkgs.viewnior
pkgs-unstable.hyprshot
pkgs.catppuccin-cursors.macchiatoBlue
pkgs.catppuccin-gtk
pkgs.papirus-folders
];
}