chore: optmize build on nixbook, removing ollama and steam
This commit is contained in:
parent
cab6411899
commit
2c0562ab30
5 changed files with 50 additions and 32 deletions
|
|
@ -17,11 +17,6 @@
|
|||
pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
"code-cursor"
|
||||
"ollama-cuda"
|
||||
"steam-original"
|
||||
"steam-run"
|
||||
"steam"
|
||||
"steamtinkerlaunch"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
@ -33,7 +28,6 @@
|
|||
direnv
|
||||
fira-code
|
||||
firefox
|
||||
heroic
|
||||
hwinfo
|
||||
inkscape
|
||||
keymapp
|
||||
|
|
@ -46,12 +40,10 @@
|
|||
nixfmt-rfc-style
|
||||
nordic
|
||||
obsidian
|
||||
ollama-cuda
|
||||
pinentry-curses
|
||||
python3
|
||||
ripgrep
|
||||
statix
|
||||
steam
|
||||
uget
|
||||
unzip
|
||||
waydroid
|
||||
|
|
|
|||
26
home-manager/nixstation.nix
Normal file
26
home-manager/nixstation.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{ pkgs
|
||||
, lib
|
||||
, ...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./home.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate =
|
||||
pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
"code-cursor"
|
||||
"ollama-cuda"
|
||||
"steam-original"
|
||||
"steam-run"
|
||||
"steam"
|
||||
"steamtinkerlaunch"
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
heroic
|
||||
ollama-cuda
|
||||
steam
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue