mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Use specific packages for PC
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
blender
|
||||
chromium
|
||||
];
|
||||
stateVersion = "23.05";
|
||||
};
|
||||
|
||||
@@ -39,6 +39,10 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
chromium = {
|
||||
enable = true;
|
||||
package = pkgs.google-chrome;
|
||||
};
|
||||
vscode = {
|
||||
enable = true;
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
@@ -82,7 +86,6 @@
|
||||
discord
|
||||
qbittorrent
|
||||
neofetch
|
||||
google-chrome
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user