major home-manager changes

This commit is contained in:
2021-05-02 09:24:02 +05:30
parent da3ef21ccd
commit 70b18cf4fd
33 changed files with 1115 additions and 37 deletions

View File

@@ -1,6 +1,13 @@
{ config, pkgs, ... }:
{
imports = [
./modules/programs.nix
./modules/xsession.nix
./modules/files.nix
./modules/services.nix
./modules/gtk.nix
];
nixpkgs = {
config = {
allowUnfree = true;
@@ -8,10 +15,24 @@
};
home = {
packages = with pkgs; [
mpdas
mpd
dunst
pavucontrol
anup
proxychains
cmake
xfce.thunar
discord
customscripts
mpd_discord_richpresence
sox
qbittorrent
tor-browser-bundle-bin
mpc_cli
flameshot
luajit
mpv
];
};
}