mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Fixed missing packages due to Nix quirks, removed vcpkgs-tools as it was redudant
This commit is contained in:
parent
2bd941b124
commit
320f179ec7
@ -47,7 +47,6 @@
|
||||
clang-tools # The main compiler
|
||||
cmake
|
||||
vcpkg # The package manager
|
||||
vcpkg-tool
|
||||
|
||||
# Python
|
||||
python312 # The main interpreter
|
||||
|
||||
@ -54,7 +54,7 @@ commonHome // {
|
||||
|
||||
# The home.packages option allows you to install Nix packages into your
|
||||
# environment.
|
||||
home.packages = with pkgs; [
|
||||
home.packages = commonHome.home.packages ++ ( with pkgs;[
|
||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
||||
# # "Hello, world!" when run.
|
||||
|
||||
@ -75,7 +75,7 @@ commonHome // {
|
||||
# (pkgs.writeShellScriptBin "my-hello" ''
|
||||
# echo "Hello, ${config.home.username}!"
|
||||
# '')
|
||||
];
|
||||
]);
|
||||
|
||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||
# plain files is through 'home.file'.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user