feat: add some modules dedicated to my hardware

This commit is contained in:
Xavier Morel
2026-02-24 15:06:28 +01:00
parent 521a046a89
commit 443b1da9d5
5 changed files with 7489 additions and 68 deletions

7414
hosts/work/_facter.json Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -10,8 +10,11 @@
(modulesPath + "/installer/scan/not-detected.nix")
./disk-config.nix
./hardware-configuration.nix
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-p14s-amd-gen5
];
facter.reportPath = ./_facter.json;
myNixOS = {
home-users = {
"xmorel" = {
@@ -148,8 +151,8 @@
};
niri = {
default = [
"gtk"
"gnome"
"gtk"
];
"org.freedesktop.impl.portal.ScreenCast" = [ "gnome" ];
"org.freedesktop.impl.portal.Screenshot" = [ "gnome" ];