packages update
This commit is contained in:
parent
8655ff5a44
commit
1f14dfa8ff
@ -2,6 +2,8 @@
|
||||
|
||||
{
|
||||
|
||||
powerManagement.powertop.enable = true;
|
||||
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
};
|
||||
@ -68,7 +70,7 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
audacity
|
||||
blender
|
||||
#cura
|
||||
cura-appimage
|
||||
gimp
|
||||
gnomeExtensions.appindicator
|
||||
gnomeExtensions.blur-my-shell
|
||||
@ -84,6 +86,7 @@
|
||||
prismlauncher
|
||||
ungoogled-chromium
|
||||
signal-desktop
|
||||
tor-browser
|
||||
wireshark
|
||||
monero-gui
|
||||
vscodium
|
||||
@ -95,34 +98,34 @@
|
||||
#gaymig?
|
||||
heroic
|
||||
lutris
|
||||
cataclysm-dda
|
||||
|
||||
#TUI
|
||||
fastfetch
|
||||
nixfmt-rfc-style
|
||||
yt-dlp
|
||||
ansible
|
||||
cataclysm-dda
|
||||
exiftool
|
||||
ffmpeg
|
||||
git
|
||||
#tree?
|
||||
#ntfs-3g?
|
||||
ffmpeg-full
|
||||
htop
|
||||
lm_sensors
|
||||
mangohud
|
||||
mediainfo
|
||||
pciutils # lspci
|
||||
usbutils # lsusb
|
||||
|
||||
nmap
|
||||
#umu-launcher
|
||||
umu-launcher
|
||||
qrencode
|
||||
smartmontools
|
||||
nixpkgs-fmt # nix formatter
|
||||
];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
#noto-fonts-emoji
|
||||
noto-fonts-emoji
|
||||
noto-fonts-extra
|
||||
whatsapp-emoji-font
|
||||
corefonts
|
||||
fantasque-sans-mono
|
||||
];
|
||||
|
||||
@ -1,4 +1,8 @@
|
||||
{
|
||||
environment.variables = {
|
||||
EDITOR = "nvim";
|
||||
VISUAL = "nvim";
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
||||
@ -37,6 +41,10 @@
|
||||
tmux = {
|
||||
enable = true;
|
||||
historyLimit = 10000;
|
||||
mouse = true;
|
||||
extraConfig = ''
|
||||
|
||||
'';
|
||||
};
|
||||
|
||||
fzf = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user