Adding more features to my desktop
Add nheko for chat Add podman for development and testing
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
home.packages = [ pkgs.element-desktop ];
|
home.packages = [ pkgs.element-desktop pkgs.nheko ];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./boot.nix
|
./boot.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
./podman.nix
|
||||||
];
|
];
|
||||||
networking.hostName = "jude";
|
networking.hostName = "jude";
|
||||||
greg.gnome.enable= true;
|
greg.gnome.enable= true;
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
virtualisation.podman = {
|
||||||
|
enable = true;
|
||||||
|
dockerCompat = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user