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