started refactoring desktop setup

This commit is contained in:
Vivian 2023-04-25 09:01:06 +02:00
parent 3dd06c0bfb
commit 1d42925a43
9 changed files with 112 additions and 243 deletions

View file

@ -4,6 +4,7 @@ let
inherit (pkgs.texlive) scheme-full;
dnd-5e-latex-template = { pkgs = [ pkgs.v.dnd-5e-latex-template ]; };
};
my-python-packages = ps: with ps; [ pandas requests numpy ];
in {
programs.home-manager.enable = true;
@ -11,11 +12,7 @@ in {
home.homeDirectory = "/home/victor";
home.stateVersion = "23.05";
imports = [
./dconf.nix
./theme.nix
./neovim.nix
];
imports = [ ./dconf.nix ./theme.nix ./neovim.nix ];
home.packages = with pkgs; [
btop
@ -32,7 +29,7 @@ in {
neofetch
nixfmt
nixpkgs-review
python3
(python3.withPackages my-python-packages)
plex-media-player
rustup
solo2-cli