aboutsummaryrefslogtreecommitdiff
path: root/nixos/laptop
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2024-04-13 03:40:44 +0300
committerspl3g <spleefer6@yandex.ru>2025-05-01 14:56:39 +0300
commit2365411258827bf70212a8e315a7127bb0789e79 (patch)
tree6bedd21306b691db4a9d64f67906a3c52ea3aa55 /nixos/laptop
parent64dffd3951e8e9bac6562e91eba4f02791c890d8 (diff)
add some packages
Diffstat (limited to 'nixos/laptop')
-rw-r--r--nixos/laptop/configuration.nix18
1 files changed, 15 insertions, 3 deletions
diff --git a/nixos/laptop/configuration.nix b/nixos/laptop/configuration.nix
index 983e966..2ec1099 100644
--- a/nixos/laptop/configuration.nix
+++ b/nixos/laptop/configuration.nix
@@ -13,12 +13,23 @@
inputs.home-manager.nixosModules.home-manager
];
+ services.greetd = {
+ enable = true;
+ settings = {
+ default_session = {
+ command = "${pkgs.greetd.tuigreet}/bin/tuigreet -t -r -c Hyprland";
+ user = "jerpo";
+ };
+ };
+ };
+
+ programs.niri.enable = true;
time.timeZone = "Europe/Moscow";
networking.hostName = "ltrr-mini";
- # virtualisation.libvirtd.enable = true;
- # programs.virt-manager.enable = true;
+ virtualisation.libvirtd.enable = true;
+ programs.virt-manager.enable = true;
services.xserver = {
enable = false;
@@ -40,7 +51,8 @@
}];
};
};
- # services.postgresql.enable = true;
+
+ # virtualisation.waydroid.enable = true;
programs.adb.enable = true;
services.udev.packages = [