feat: per-profile niri preset column widths and default proportion
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
myConfig.wayland.enable = true;
|
||||
imports = [
|
||||
../modules/kitty.nix
|
||||
../modules/emacs.nix
|
||||
../modules/niri.nix
|
||||
../modules/dms.nix
|
||||
];
|
||||
myConfig.wayland.enable = true;
|
||||
myConfig.niri.defaultColumnProportion = 0.33333;
|
||||
myConfig.niri.presetColumnWidths = [ 0.33333 0.5 0.66667 1.0 ];
|
||||
home.packages = with pkgs; [
|
||||
# desktop specific packages
|
||||
];
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
../modules/dms.nix
|
||||
];
|
||||
myConfig.wayland.enable = true;
|
||||
myConfig.niri.defaultColumnProportion = 1.0;
|
||||
myConfig.niri.presetColumnWidths = [ 0.5 1.0 ];
|
||||
home.packages = with pkgs; [
|
||||
powertop
|
||||
acpi
|
||||
|
||||
Reference in New Issue
Block a user