Some minor tweaks

This commit is contained in:
Lyes Saadi 2025-12-24 16:56:38 +01:00
parent 12f1320b74
commit 7776dc1b92
Signed by: lyes
GPG key ID: 55A1D803917CF39A
4 changed files with 15 additions and 18 deletions

24
flake.lock generated
View file

@ -173,11 +173,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1766387499, "lastModified": 1766553851,
"narHash": "sha256-AjK3/UKDzeXFeYNLVBaJ3+HLE9he1g5UrlNd4/BM3eA=", "narHash": "sha256-hHKQhHkXxuPJwLkI8wdu826GLV5AcuW9/HVdc9eBnTU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "527ad07e6625302b648ed3b28c34b62a79bd103e", "rev": "7eca7f7081036a7b740090994c9ec543927f89a7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -263,11 +263,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1764440730, "lastModified": 1766568855,
"narHash": "sha256-ZlJTNLUKQRANlLDomuRWLBCH5792x+6XUJ4YdFRjtO4=", "narHash": "sha256-UXVtN77D7pzKmzOotFTStgZBqpOcf8cO95FcupWp4Zo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "9154f4569b6cdfd3c595851a6ba51bfaa472d9f3", "rev": "c5db9569ac9cc70929c268ac461f4003e3e5ca80",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -295,11 +295,11 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1766014764, "lastModified": 1766399428,
"narHash": "sha256-+73VffE5GP5fvbib6Hs1Su6LehG+9UV1Kzs90T2gBLA=", "narHash": "sha256-vS6LSOMDOB3s+L6tqw9IGujxnmUAZQnEG+Vi640LayI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2b0d2b456e4e8452cf1c16d00118d145f31160f9", "rev": "a6c3a6141ec1b367c58ead3f7f846c772a25f4e5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -410,11 +410,11 @@
"nixpkgs": "nixpkgs_3" "nixpkgs": "nixpkgs_3"
}, },
"locked": { "locked": {
"lastModified": 1766410104, "lastModified": 1766586030,
"narHash": "sha256-Eh+TUdb4CGscBLG3Q6QOQOjEdPCmHPClGyeHf4F67Mk=", "narHash": "sha256-t3IUR5E4+g9ICSfkXJG1wPsEosJBQblMcaxqfWnpjRY=",
"owner": "0xc000022070", "owner": "0xc000022070",
"repo": "zen-browser-flake", "repo": "zen-browser-flake",
"rev": "eaff1bc54b9a8bd698c2dc47823400460e9f38a0", "rev": "cf4840f1dece99a31571732cc535bbfea2f212ab",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -23,6 +23,7 @@ in
# use this if they aren't displayed properly: # use this if they aren't displayed properly:
export _JAVA_AWT_WM_NONREPARENTING=1 export _JAVA_AWT_WM_NONREPARENTING=1
export WLR_XWAYLAND=${xwayland-sway}/bin/Xwayland-sway export WLR_XWAYLAND=${xwayland-sway}/bin/Xwayland-sway
export WLR_RENDERER=vulkan
''; '';
extraPackages = with pkgs; [ extraPackages = with pkgs; [
brightnessctl brightnessctl

View file

@ -1,10 +1,10 @@
{ lib, config, pkgs, ... }: { lib, config, ... }:
let let
cfg = config.services.forgejo; cfg = config.services.forgejo;
srv = cfg.settings.server; srv = cfg.settings.server;
in in
{ {
services.openssh.settings.AcceptEnv = "GIT_PROTOCOL"; services.openssh.settings.AcceptEnv = [ "GIT_PROTOCOL" ];
# Fixing mailing issues # Fixing mailing issues
systemd.services.forgejo.serviceConfig = { systemd.services.forgejo.serviceConfig = {

View file

@ -1013,10 +1013,6 @@ in
font-size: 16pt; font-size: 16pt;
} }
#network {
padding-right: 6px;
}
#network.disabled { #network.disabled {
color: @color1; color: @color1;
} }