keep-sorted, small tweaks to niri session

This commit is contained in:
Vinzenz Schroeter 2025-11-11 12:08:04 +01:00
parent 0679372363
commit d83096186f
4 changed files with 38 additions and 29 deletions

View file

@ -1,18 +1,21 @@
{ pkgs, ... }:
{
imports = [
# keep-sorted start
./editorconfig.nix
./fonts.nix
./fuzzel.nix
./git.nix
./gnome.nix
./ssh.nix
./vscode.nix
./zsh.nix
./starship.nix
./fonts.nix
./mako.nix
./niri.nix
./ssh.nix
./starship.nix
./swaylock.nix
./vscode.nix
./waybar.nix
./zsh.nix
# keep-sorted end
];
config = {
@ -56,6 +59,7 @@
wireguard-tools
wirelesstools
tailscale
kdiff3
jetbrains-toolbox

View file

@ -0,0 +1,3 @@
{
services.mako.enable = true;
}

View file

@ -9,7 +9,6 @@
home.sessionVariables.NIXOS_OZONE_WL = "1";
home.packages = with pkgs; [
xwayland-satellite
alacritty
];
qt.style = {
@ -17,8 +16,6 @@
name = "adwaita-dark";
};
services.mako.enable = true;
programs.niri.settings = {
outputs = {
"BOE 0x0A3B Unknown" = {
@ -61,7 +58,6 @@
{
background-color = "#000000";
gaps = gap-size;
#default-column-display = "tabbed";
border = {
enable = true;
width = gap-size / 2;