proper amount of tabs
This commit is contained in:
parent
92abf91263
commit
349da643c6
27 changed files with 2591 additions and 2584 deletions
1
alejandra.toml
Normal file
1
alejandra.toml
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
indentation = "FourSpaces"
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# remotePlay.openFirewall = true;
|
# remotePlay.openFirewall = true;
|
||||||
gamescopeSession.enable = false;
|
# gamescopeSession.enable = false;
|
||||||
};
|
};
|
||||||
programs.gamemode.enable = true;
|
programs.gamemode.enable = true;
|
||||||
programs.gamescope.enable = true;
|
programs.gamescope.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,10 @@
|
||||||
{pkgs, lib, inputs, config, ...}: {
|
{
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
inputs,
|
||||||
|
config,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
users.users.vy.packages = with pkgs; [
|
users.users.vy.packages = with pkgs; [
|
||||||
oculante
|
oculante
|
||||||
rnote
|
rnote
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue