major home-manager changes
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user