started refactoring desktop setup
This commit is contained in:
parent
5bd1220267
commit
055d565781
9 changed files with 112 additions and 243 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue