mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 08:19:47 +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:
|
# 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
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
boot = {
|
boot = {
|
||||||
loader = {
|
loader = {
|
||||||
systemd-boot = {
|
systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
efi = {
|
efi = {
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Keymap in X11
|
# Keymap in X11
|
||||||
services = {
|
services = {
|
||||||
xserver = {
|
xserver = {
|
||||||
xkb = {
|
xkb = {
|
||||||
layout = "fr";
|
layout = "fr";
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
sops = {
|
sops = {
|
||||||
secrets = {
|
secrets = {
|
||||||
"wireless/freebox-password" = {
|
"wireless/freebox-password" = {
|
||||||
owner = "root";
|
owner = "root";
|
||||||
group = "root";
|
group = "root";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user