Skip to content

Commit

Permalink
chaged
Browse files Browse the repository at this point in the history
  • Loading branch information
ilosrim committed Feb 10, 2025
1 parent b9526ef commit 826dc84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 33 deletions.
1 change: 0 additions & 1 deletion home-manager/home-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
yarn
nest-cli
python311
micromamba
deno

# Other
Expand Down
30 changes: 0 additions & 30 deletions hosts/darthnix/local-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@
# Desktop apps
telegram-desktop
chromium
pymol
postman
gparted

# Office
libreoffice

# CLI Apps
autodock-vina

# WM stuff
libsForQt5.xwaylandvideobridge
Expand All @@ -25,32 +22,5 @@

# Others
boost

# ADFR muhiti
(pkgs.buildFHSUserEnv {
name = "adfr-env";
targetPkgs = pkgs:
with pkgs; [
bash
# pip env
python311Packages.pip
python311Packages.vina
python311Packages.numpy
python311Packages.scipy
python311Packages.rdkit
python311Packages.meeko
python311Packages.gemmi

coreutils
glibc
xorg.libX11
xorg.libXext
xorg.libXrender
xorg.libXft
fontconfig
];
profile = "export PATH=$PWD:\$PATH";
runScript = "bash";
})
];
}
6 changes: 4 additions & 2 deletions nixos/modules/boot.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
}

0 comments on commit 826dc84

Please sign in to comment.