fix: disable x32edit
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
2c33b70c3b
commit
074017cfd2
1 changed files with 5 additions and 7 deletions
|
|
@ -1,5 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
|
||||
|
|
@ -62,15 +61,15 @@
|
|||
driversi686Linux.amdvlk
|
||||
];
|
||||
|
||||
systemd.packages = with pkgs; [ lact ];
|
||||
systemd.services.lactd.wantedBy = [ "multi-user.target" ];
|
||||
systemd.packages = with pkgs; [lact];
|
||||
systemd.services.lactd.wantedBy = ["multi-user.target"];
|
||||
|
||||
programs.gamemode.enable = true;
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
(firefox.override { nativeMessagingHosts = [ passff-host ]; })
|
||||
(firefox.override {nativeMessagingHosts = [passff-host];})
|
||||
vim
|
||||
wget
|
||||
git
|
||||
|
|
@ -79,7 +78,6 @@
|
|||
tf-summarize
|
||||
awscli2
|
||||
libreoffice
|
||||
x32edit
|
||||
lact
|
||||
];
|
||||
|
||||
|
|
@ -91,7 +89,7 @@
|
|||
services.tailscale.enable = true;
|
||||
|
||||
services.printing.enable = true;
|
||||
services.printing.drivers = [ pkgs.brlaser ];
|
||||
services.printing.drivers = [pkgs.brlaser];
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue