Formatting

This commit is contained in:
Quentin Boyer 2022-08-14 14:52:54 +02:00
parent 245cd05f23
commit bf58ac712c
7 changed files with 44 additions and 42 deletions

View file

@ -40,12 +40,14 @@
feh
];
/* environment.pathsToLink = [ "/share/hunspell" "/share/myspell" "/share/hyphen" ];
environment.variables.DICPATH = "/run/current-system/sw/share/hunspell:/run/current-system/sw/share/hyphen"; */
/*
environment.pathsToLink = [ "/share/hunspell" "/share/myspell" "/share/hyphen" ];
environment.variables.DICPATH = "/run/current-system/sw/share/hunspell:/run/current-system/sw/share/hyphen";
*/
home.sessionVariables = {
BROWSER = "firefox";
GTK_USE_PORTAL = 1;
GTK_USE_PORTAL = 1;
};
programs = {

View file

@ -34,12 +34,12 @@ in
'';
/*
makeFlags = [
"KERNELRELEASE=${kernel.modDirVersion}"
"KERNEL_DIR=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build"
"INSTALL_MOD_PATH=$(out)"
];
*/
makeFlags = [
"KERNELRELEASE=${kernel.modDirVersion}"
"KERNEL_DIR=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build"
"INSTALL_MOD_PATH=$(out)"
];
*/
meta = with lib; {
description = "Kernel module for anbox - ${name}";

View file

@ -25,8 +25,8 @@
font = "Lat2-Terminus16";
keyMap = "dvorak-programmer";
};
environment.pathsToLink = [ "/share/zsh" ];
environment.pathsToLink = ["/share/zsh"];
security.rtkit.enable = true;
services = {
flatpak.enable = true;
@ -37,7 +37,7 @@
pulse.enable = true;
};
localtimed.enable = true;
geoclue2.enable = true;
geoclue2.enable = true;
fwupd.enable = true;
postgresql = {
enable = true;
@ -64,8 +64,8 @@
boot.kernelPackages = pkgs.linuxPackages;
/*
nixpkgs.config.allowBroken = true;
*/
nixpkgs.config.allowBroken = true;
*/
virtualisation.waydroid.enable = true;
virtualisation = {

View file

@ -35,23 +35,23 @@
};
/*
services.xserver = {
enable = true;
videoDrivers = [ "nvidia" ];
layout = "us";
xkbVariant = "dvp";
libinput.enable = true;
desktopManager.session = [
{
name = "home-manager";
start = ''
${pkgs.runtimeShell} $HOME/.hm-xsession-dbg&
waitPID=$!
'';
}
];
};
*/
services.xserver = {
enable = true;
videoDrivers = [ "nvidia" ];
layout = "us";
xkbVariant = "dvp";
libinput.enable = true;
desktopManager.session = [
{
name = "home-manager";
start = ''
${pkgs.runtimeShell} $HOME/.hm-xsession-dbg&
waitPID=$!
'';
}
];
};
*/
users = {
users = {

View file

@ -32,12 +32,12 @@ in {
};
/*
nixpkgs.config.packageOverrides = pkgs: {
steam = pkgs.steam.override {
nativeOnly = true;
};
};
*/
nixpkgs.config.packageOverrides = pkgs: {
steam = pkgs.steam.override {
nativeOnly = true;
};
};
*/
programs.steam.enable = true;
}

View file

@ -14,9 +14,9 @@
];
home.file = {
".zfunc/_cargo".text = ''
#compdef cargo
source $(rustc --print sysroot)/share/zsh/site-functions/_cargo
'';
".zfunc/_cargo".text = ''
#compdef cargo
source $(rustc --print sysroot)/share/zsh/site-functions/_cargo
'';
};
}

View file

@ -25,7 +25,7 @@ in {
then "#${color.bright}"
else colorCfgNormal color;
in {
confirm_os_window_close = 0;
confirm_os_window_close = 0;
background = colorCfg cCfg.background;
foreground = colorCfg cCfg.foreground;