added nix-on-droid home config
This commit is contained in:
12
flake.nix
12
flake.nix
@@ -135,9 +135,17 @@
|
||||
|
||||
"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;
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -27,12 +27,6 @@
|
||||
gcc
|
||||
zulu
|
||||
rsync
|
||||
lxqt.lxqt-policykit
|
||||
blueberry
|
||||
wl-clipboard
|
||||
xfce.thunar
|
||||
grim
|
||||
slurp
|
||||
];
|
||||
}
|
||||
|
||||
@@ -40,7 +34,6 @@
|
||||
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
#allowBroken = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; let
|
||||
@@ -60,49 +53,11 @@
|
||||
in [
|
||||
|
||||
cava
|
||||
android-tools
|
||||
neovim-remote
|
||||
handbrake
|
||||
|
||||
(pkgs.python311.withPackages pypkgs)
|
||||
|
||||
brightnessctl
|
||||
libdbusmenu-gtk3
|
||||
lmms
|
||||
#unfree {
|
||||
geogebra
|
||||
#}
|
||||
|
||||
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
|
||||
];
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user