Skip to content

Commit

Permalink
feat(nixps): drop broken xbacklight
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq committed Aug 16, 2023
1 parent 10d6c7c commit 35575c0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.6.4
8.6.5
3 changes: 0 additions & 3 deletions machines/nixps/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,4 @@ in
uid = 1000;
shell = "/etc/profiles/per-user/${username}/bin/fish";
};
environment.systemPackages = with pkgs; [
xorg.xbacklight
];
}
3 changes: 0 additions & 3 deletions src/machines/nixps/configuration.nw
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ in
<<Configure sudo>>
<<Configure X Server>>
<<Configure user>>
environment.systemPackages = with pkgs; [
xorg.xbacklight
];
}
@

Expand Down

0 comments on commit 35575c0

Please sign in to comment.