Fixed whitespaces

This commit is contained in:
Alexandre1a 2026-01-16 11:24:50 +01:00
parent 0ad362c70a
commit 418ca287aa
No known key found for this signature in database
GPG Key ID: CE01C28FBC5EEF10
5 changed files with 6 additions and 6 deletions

View File

@ -89,7 +89,7 @@
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
playerctl playerctl

View File

@ -1,7 +1,7 @@
{ {
boot = { boot = {
loader = { loader = {
systemd-boot = { systemd-boot = {
enable = true; enable = true;
}; };
efi = { efi = {

View File

@ -22,7 +22,7 @@
kernelParams = [ kernelParams = [
"nvidia-drm.modset=1" # DRM modesetting "nvidia-drm.modset=1" # DRM modesetting
]; ];
initrd = { initrd = {
kernelModules = [ kernelModules = [
"nvidia" "nvidia"
"nvidia_modeset" "nvidia_modeset"

View File

@ -19,7 +19,7 @@
}; };
# Keymap in X11 # Keymap in X11
services = { services = {
xserver = { xserver = {
xkb = { xkb = {
layout = "fr"; layout = "fr";

View File

@ -1,8 +1,8 @@
{ config, ... }: { config, ... }:
{ {
sops = { sops = {
secrets = { secrets = {
"wireless/freebox-password" = { "wireless/freebox-password" = {
owner = "root"; owner = "root";
group = "root"; group = "root";