feat: add latest changes (?)

This commit is contained in:
Xavier Morel
2026-05-13 11:18:08 +02:00
parent 6af8a4d778
commit 37f5abaa94
4 changed files with 12 additions and 6 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
{
imports = [
inputs.disko.nixosModules.disko
(modulesPath + "/installer/scan/not-detected.nix")
./disk-config.nix
(modulesPath + "/installer/scan/not-detected.nix")
./hardware-configuration.nix
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-p14s-amd-gen5
];
@@ -48,6 +48,7 @@
documentation.man.cache.enable = true;
programs = {
niri.enable = true; # test...
nix-index.enable = true;
obs-studio = {
enable = true;
plugins = [ pkgs.obs-studio-plugins.wlrobs ];
@@ -102,7 +103,6 @@
power-profiles-daemon.enable = true;
tailscale.enable = true;
tailscale.useRoutingFeatures = "client";
};
environment.systemPackages = [
pkgs.cachix