mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
some flake magic or something
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{ ... }:
|
||||
{ lib, isNixOS, ... }:
|
||||
|
||||
{
|
||||
programs.ashell = {
|
||||
enable = true;
|
||||
package = null;
|
||||
package = lib.mkIf (!isNixOS) null;
|
||||
settings = {
|
||||
outputs = {
|
||||
Targets = [ "DP-1" ];
|
||||
|
||||
Reference in New Issue
Block a user