PC-Fixe: update config
This commit is contained in:
parent
52e48282b0
commit
9a0b1f679c
4 changed files with 16 additions and 54 deletions
|
@ -1,10 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(import ../overlays/ledger-udev-rules.nix)
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
@ -21,6 +17,7 @@
|
|||
steam-run
|
||||
minecraft
|
||||
multimc
|
||||
lutris
|
||||
|
||||
betaflight-configurator
|
||||
|
||||
|
@ -59,17 +56,17 @@
|
|||
})
|
||||
|
||||
gnome-breeze
|
||||
arc-theme
|
||||
materia-theme
|
||||
|
||||
libreoffice
|
||||
|
||||
gimp
|
||||
inkscape
|
||||
imagemagick
|
||||
obs-studio
|
||||
vlc
|
||||
kodiPlain
|
||||
mpv
|
||||
jftui
|
||||
calibre
|
||||
|
||||
glxinfo
|
||||
i7z
|
||||
|
@ -77,10 +74,11 @@
|
|||
];
|
||||
|
||||
i18n = {
|
||||
consoleKeyMap = "fr";
|
||||
defaultLocale = "fr_FR.UTF-8";
|
||||
};
|
||||
|
||||
console.keyMap = "fr";
|
||||
|
||||
hardware = {
|
||||
opengl.driSupport32Bit = true;
|
||||
pulseaudio.support32Bit = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue