Compare commits
No commits in common. "392f3952ce8bb07cb1f7392a81fa1adcae4fddb8" and "faa055caf28d6539f0c59ec89d9236407dbd535b" have entirely different histories.
392f3952ce
...
faa055caf2
4 changed files with 0 additions and 16 deletions
|
@ -15,7 +15,6 @@
|
||||||
dev.enable = true;
|
dev.enable = true;
|
||||||
laser.enable = true;
|
laser.enable = true;
|
||||||
windowManager = "niri-session";
|
windowManager = "niri-session";
|
||||||
wm.niri.enable = true;
|
|
||||||
hyprland.enable = false;
|
hyprland.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
autologin.enable = false;
|
autologin.enable = false;
|
||||||
emulation.enable = true;
|
emulation.enable = true;
|
||||||
laser.enable = true;
|
laser.enable = true;
|
||||||
wm.niri.enable = true;
|
|
||||||
|
|
||||||
hyprland = {
|
hyprland = {
|
||||||
hardware.Lillie.enable = true;
|
hardware.Lillie.enable = true;
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
./autostart.nix
|
./autostart.nix
|
||||||
./boot.nix
|
./boot.nix
|
||||||
./dev.nix
|
./dev.nix
|
||||||
./firefox.nix
|
|
||||||
./k40.nix
|
./k40.nix
|
||||||
./keyboard.nix
|
./keyboard.nix
|
||||||
./nfs-client.nix
|
./nfs-client.nix
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
{ lib, config, pkgs, ... }:
|
|
||||||
|
|
||||||
lib.mkIf config.desktop.enable {
|
|
||||||
environment.systemPackages = [
|
|
||||||
pkgs.firefoxpwa
|
|
||||||
];
|
|
||||||
|
|
||||||
programs.firefox = {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs.firefox;
|
|
||||||
nativeMessagingHosts.packages = [ pkgs.firefoxpwa ];
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue