From be46d2acf13cfff54987ae08e90d55525ef2b4a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Thu, 9 Jun 2022 23:16:20 -0300 Subject: [PATCH] up --- system/configuration.nix | 9 +++++---- user/home.nix | 4 ++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/system/configuration.nix b/system/configuration.nix index 7040053..da7e385 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -45,8 +45,9 @@ }; # Enable CUPS to print documents. - services.printing.enable = true; - services.flatpak.enable = true; + # services.printing.enable = true; + + services.flatpak.enable = true; virtualisation.docker.enable = true; # Enable sound with pipewire. @@ -56,7 +57,7 @@ services.pipewire.enable = true; # Enable touchpad support (enabled default in most desktopManager). - # services.xserver.libinput.enable = true; + services.xserver.libinput.enable = true; # Define a user account. Don't forget to set a password with ‘passwd’. users.users.lelgenio = { @@ -108,7 +109,7 @@ # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. - # networking.firewall.enable = false; + networking.firewall.enable = false; nix = { package = pkgs.nixFlakes; # or versioned attributes like nixVersions.nix_2_8 diff --git a/user/home.nix b/user/home.nix index b7b1081..9f6e264 100644 --- a/user/home.nix +++ b/user/home.nix @@ -24,8 +24,12 @@ exa fd ripgrep + ffmpeg + imagemagick + mpv ]; + programs.fish.enable = true; programs.firefox = { enable = true;