gamepc: Increase swap to 4GB
Separate installed packages in home-manager
This commit is contained in:
parent
87153f15be
commit
14e269c02c
5 changed files with 42 additions and 36 deletions
|
@ -62,7 +62,7 @@
|
|||
type = "gpt";
|
||||
partitions = {
|
||||
primary = {
|
||||
end = "-1G";
|
||||
end = "-4G";
|
||||
content = {
|
||||
type = "filesystem";
|
||||
format = "ext4";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
nixosModule = import ./configuration.nix;
|
||||
homeManagerModule = {...}: {};
|
||||
homeManagerModule = import ./home.nix;
|
||||
}
|
||||
|
|
7
machines/gamepc/home.nix
Normal file
7
machines/gamepc/home.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs.unstable; [
|
||||
devenv
|
||||
vlc
|
||||
handbrake
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue