Update nixpkgs

This commit is contained in:
Natsu Kagami 2023-03-23 11:27:08 +01:00
parent c9e15b373e
commit 8a6ae543e4
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
3 changed files with 12 additions and 14 deletions

View file

@ -339,11 +339,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1678268259,
"narHash": "sha256-q+ZWNJfXKgIKwsZBir0yXrmIV/4tOv5BflxDAfGISps=",
"lastModified": 1679410443,
"narHash": "sha256-xDHO/jixWD+y5pmW5+2q4Z4O/I/nA4MAa30svnZKK+M=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "90ef5c3c337d8d9f0c97e7641ece70a41f6c16a2",
"rev": "c9ece0059f42e0ab53ac870104ca4049df41b133",
"type": "github"
},
"original": {
@ -402,11 +402,11 @@
},
"nixpkgs_4": {
"locked": {
"lastModified": 1678230755,
"narHash": "sha256-SFAXgNjNTXzcAideXcP0takfUGVft/VR5CACmYHg+Fc=",
"lastModified": 1679472241,
"narHash": "sha256-VK2YDic2NjPvfsuneJCLIrWS38qUfoW8rLLimx0rWXA=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "a7cc81913bb3cd1ef05ed0ece048b773e1839e51",
"rev": "9ef6e7727f4c31507627815d4f8679c5841efb00",
"type": "github"
},
"original": {

View file

@ -2,11 +2,6 @@
with lib;
let
cfg = config.linux.graphical;
birdtray = pkgs.birdtray.overrideAttrs (attrs: {
cmakeFlags = [ "-DOPT_THUNDERBIRD_CMDLINE=${pkgs.thunderbird}/bin/thunderbird" ];
});
alwaysStartup = with pkgs; [ birdtray ];
in
{

View file

@ -287,7 +287,7 @@ in
# Gaps
gaps.outer = 3;
gaps.inner = 4;
gaps.smartBorders = "on";
gaps.smartBorders = "off"; # until swayfx fixes clipping bug
gaps.smartGaps = true;
### Bars
@ -320,11 +320,14 @@ in
# Lock screen on lid close
bindswitch lid:off exec ${cfg.lockCmd}
'' else "") + ''
# swayfx stuff
## swayfx stuff
# Rounded corners
corner_radius 5
smart_corner_radius on
smart_corner_radius off
# Shadows
shadows on
shadow_blur_radius 5
# Dimming
default_dim_inactive 0.0
for_window [app_id="kitty"] dim_inactive 0.05
titlebar_separator enable