mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Fixed whitespaces
This commit is contained in:
parent
0ad362c70a
commit
418ca287aa
@ -89,7 +89,7 @@
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment = {
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
playerctl
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
boot = {
|
||||
loader = {
|
||||
systemd-boot = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
};
|
||||
efi = {
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
kernelParams = [
|
||||
"nvidia-drm.modset=1" # DRM modesetting
|
||||
];
|
||||
initrd = {
|
||||
initrd = {
|
||||
kernelModules = [
|
||||
"nvidia"
|
||||
"nvidia_modeset"
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
};
|
||||
|
||||
# Keymap in X11
|
||||
services = {
|
||||
services = {
|
||||
xserver = {
|
||||
xkb = {
|
||||
layout = "fr";
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
sops = {
|
||||
secrets = {
|
||||
sops = {
|
||||
secrets = {
|
||||
"wireless/freebox-password" = {
|
||||
owner = "root";
|
||||
group = "root";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user