pingbox commit

This commit is contained in:
2022-12-14 20:42:20 +00:00
parent c8b0e65c8f
commit 20a917e3ab
5 changed files with 13 additions and 10 deletions

12
flake.lock generated
View File

@@ -43,11 +43,11 @@
"utils": "utils"
},
"locked": {
"lastModified": 1670280307,
"narHash": "sha256-3x+0whP1nCz5adQMIsBA3L9fI/ABOpRUJdbw0AmxBnU=",
"lastModified": 1670970889,
"narHash": "sha256-TWJo3/X3Q3r+HeX16QN4FE6ddBpGtAboymSEF+4Nnc0=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "2af0d07678fc15612345e0dd55337550dcf6465f",
"rev": "e412025fffdcd6219ddd21c65d9a1b90005ce508",
"type": "github"
},
"original": {
@@ -81,11 +81,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1670242877,
"narHash": "sha256-jBLh7dRHnbfvPPA9znOC6oQfKrCPJ0El8Zoe0BqnCjQ=",
"lastModified": 1670929434,
"narHash": "sha256-n5UBO6XBV4h3TB7FYu2yAuNQMEYOrQyKeODUwKe06ow=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "6e51c97f1c849efdfd4f3b78a4870e6aa2da4198",
"rev": "1710ed1f6f8ceb75cf7d1cf55ee0cc21760e1c7a",
"type": "github"
},
"original": {

View File

@@ -30,6 +30,10 @@ in {
# Set time zone.
time.timeZone = "Europe/London";
i18n = {
defaultLocale = "en_GB.UTF-8";
};
# The global useDHCP flag is deprecated, therefore explicitly set to false here.
# Per-interface useDHCP will be mandatory in the future, so this generated config
# replicates the default behaviour.

View File

@@ -41,7 +41,6 @@
fwupd.enable = true;
tlp = {
enable = true;
settings = {
PCIE_ASPM_ON_BAT = "powersupersave";
};

View File

@@ -1,7 +1,7 @@
{
imports = [
./i3
./i3status-rust
# ./i3
# ./i3status-rust
# ./polybar
./spotify
./rofi

View File

@@ -12,7 +12,7 @@
};
};
programs.kitty.font.size = 19;
programs.kitty.font.size = 12;
services.picom = {
enable = true;