phone update
This commit is contained in:
parent
a19747ee29
commit
92a053fd14
|
@ -14,35 +14,9 @@
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
environment.packages = with pkgs; [
|
environment.packages = with pkgs; [
|
||||||
vim
|
openssh
|
||||||
alejandra
|
|
||||||
hostname
|
hostname
|
||||||
zsh
|
|
||||||
fish
|
|
||||||
font-awesome
|
|
||||||
fastfetch
|
|
||||||
ipfetch
|
|
||||||
ffmpeg
|
|
||||||
yt-dlp
|
|
||||||
lazygit
|
|
||||||
cowsay
|
|
||||||
procps
|
|
||||||
openssh_hpn
|
|
||||||
git
|
|
||||||
diffutils
|
|
||||||
findutils
|
|
||||||
utillinux
|
|
||||||
tzdata
|
|
||||||
man
|
|
||||||
gnugrep
|
gnugrep
|
||||||
gnupg
|
|
||||||
gnused
|
|
||||||
gnutar
|
|
||||||
bzip2
|
|
||||||
gzip
|
|
||||||
xz
|
|
||||||
zip
|
|
||||||
unzip
|
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.etcBackupExtension = ".bak";
|
environment.etcBackupExtension = ".bak";
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
home.enableNixpkgsReleaseCheck = false;
|
# home.enableNixpkgsReleaseCheck = false;
|
||||||
imports = [
|
imports = [
|
||||||
../../modules/programs/bat
|
../../modules/programs/bat
|
||||||
../../modules/programs/yazi
|
../../modules/programs/yazi
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
pkgs,
|
|
||||||
pkgs-stable,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
git
|
git
|
||||||
htop
|
htop
|
||||||
|
@ -18,7 +14,7 @@
|
||||||
yt-dlp
|
yt-dlp
|
||||||
wget
|
wget
|
||||||
cmatrix
|
cmatrix
|
||||||
pkgs-stable.cava
|
cava
|
||||||
nitch
|
nitch
|
||||||
gotop
|
gotop
|
||||||
sl
|
sl
|
||||||
|
|
Loading…
Reference in a new issue