Add btop
This commit is contained in:
parent
4153994f0d
commit
133c94d64c
4 changed files with 10 additions and 5 deletions
|
@ -18,7 +18,7 @@
|
|||
boot.initrd.allowMissingModules = true;
|
||||
|
||||
nixpkgs = {
|
||||
hostPlatform = "aarch64-linux";
|
||||
hostPlatform = "aarch64-linux"; # Do i use binfmt here
|
||||
config.allowBroken = true;
|
||||
};
|
||||
}
|
||||
|
|
6
flake.lock
generated
6
flake.lock
generated
|
@ -2368,11 +2368,11 @@
|
|||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1755186698,
|
||||
"narHash": "sha256-wNO3+Ks2jZJ4nTHMuks+cxAiVBGNuEBXsT29Bz6HASo=",
|
||||
"lastModified": 1755615617,
|
||||
"narHash": "sha256-HMwfAJBdrr8wXAkbGhtcby1zGFvs+StOp19xNsbqdOg=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "fbcf476f790d8a217c3eab4e12033dc4a0f6d23c",
|
||||
"rev": "20075955deac2583bb12f07151c2df830ef346b4",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
gimp
|
||||
gale
|
||||
heroic
|
||||
inkscape
|
||||
r2modman
|
||||
libreoffice
|
||||
authenticator
|
||||
cinny-desktop
|
||||
|
|
5
modules/server/packages.nix
Normal file
5
modules/server/packages.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
btop
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue