mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
chore: fix lint
This commit is contained in:
parent
94194bf902
commit
b02ef14ef1
17 changed files with 46 additions and 48 deletions
|
|
@ -37,7 +37,7 @@
|
|||
color: #DAD8CE;
|
||||
border-bottom: 2px solid #CF6A4C;
|
||||
}
|
||||
|
||||
|
||||
#workspaces button.focused {
|
||||
background: #CF6A4C;
|
||||
color: #1C1B1A;
|
||||
|
|
@ -96,8 +96,6 @@
|
|||
|
||||
programs.niri = {
|
||||
enable = true;
|
||||
# package = (pkgsUnstable.niri.override { inherit (mesa-nixpkgs) libgbm; });
|
||||
# package = pkgsUnstable.niri;
|
||||
package = inputs.niri.packages."${pkgs.system}".niri-unstable;
|
||||
};
|
||||
fireproof.home-manager.programs.niri.settings = {
|
||||
|
|
@ -149,19 +147,19 @@
|
|||
|
||||
workspaces = {
|
||||
"01" = {
|
||||
open-on-output = "DP-3";
|
||||
open-on-output = "DP-5";
|
||||
};
|
||||
"02" = {
|
||||
open-on-output = "DP-3";
|
||||
open-on-output = "DP-5";
|
||||
};
|
||||
"03" = {
|
||||
open-on-output = "DP-3";
|
||||
open-on-output = "DP-5";
|
||||
};
|
||||
"04" = {
|
||||
open-on-output = "DP-3";
|
||||
open-on-output = "DP-5";
|
||||
};
|
||||
"05" = {
|
||||
open-on-output = "DP-3";
|
||||
open-on-output = "DP-5";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue