added nix-on-droid home config

This commit is contained in:
2025-01-16 19:03:10 -06:00
parent 598993d244
commit aa5075d03a
2 changed files with 10 additions and 47 deletions

View File

@@ -135,9 +135,17 @@
"nix-on-droid" = home-manager.lib.homeManagerConfiguration { "nix-on-droid" = home-manager.lib.homeManagerConfiguration {
pkgs = import nixpkgs { system = "arm64-linux"; }; pkgs = import nixpkgs { system = "aarch64-linux"; };
modules = [ ./home-manager/nathan ]; modules = [
./home-manager/nathan
{
config.homeconfig = {
wal.enable = true;
calcurse.enable = true;
};
}
];
}; };
}; };
}; };

View File

@@ -27,12 +27,6 @@
gcc gcc
zulu zulu
rsync rsync
lxqt.lxqt-policykit
blueberry
wl-clipboard
xfce.thunar
grim
slurp
]; ];
} }
@@ -40,7 +34,6 @@
nixpkgs.config = { nixpkgs.config = {
allowUnfree = true; allowUnfree = true;
#allowBroken = true;
}; };
home.packages = with pkgs; let home.packages = with pkgs; let
@@ -60,49 +53,11 @@
in [ in [
cava cava
android-tools
neovim-remote neovim-remote
handbrake
(pkgs.python311.withPackages pypkgs) (pkgs.python311.withPackages pypkgs)
brightnessctl
libdbusmenu-gtk3
lmms
#unfree {
geogebra
#}
neofetch neofetch
pkgs-us.mpv
(ncmpcpp.override { visualizerSupport = true; clockSupport = true; })
playerctl
mpc-cli
vlc
pavucontrol
yewtube
ytmdl
ffmpeg
rpi-imager
tigervnc
keepassxc
httplz
#school?
#pkgs-us.digital
#3D modeling/printing
kicad
blender
freecad
#cura
#productivity
libreoffice
super-productivity
#games
prismlauncher
]; ];
}) })