keep-sorted, small tweaks to niri session
This commit is contained in:
parent
0679372363
commit
d83096186f
4 changed files with 38 additions and 29 deletions
|
|
@ -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
|
||||
|
|
|
|||
3
homeConfigurations/vinzenz/mako.nix
Normal file
3
homeConfigurations/vinzenz/mako.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
services.mako.enable = true;
|
||||
}
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue