summaryrefslogtreecommitdiff
path: root/hosts/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common.nix')
-rw-r--r--hosts/common.nix18
1 files changed, 16 insertions, 2 deletions
diff --git a/hosts/common.nix b/hosts/common.nix
index a595379..80e70d5 100644
--- a/hosts/common.nix
+++ b/hosts/common.nix
@@ -147,8 +147,8 @@
security.pam.services.login.enableGnomeKeyring = true;
nixpkgs.config.allowUnfree = true;
- # nix.registry.${user}.flake = inputs.self;
- # nix.registry.nixpkgs.flake = inputs.nixpkgs;
+ nix.registry.${user}.flake = inputs.self;
+ nix.registry.nixpkgs.flake = inputs.nixpkgs;
networking.networkmanager.wifi.powersave = false;
networking.networkmanager.enable = true;
@@ -182,6 +182,19 @@
security.rtkit.enable = true;
security.polkit.enable = true;
+ fonts.fontconfig = {
+ enable = true;
+ antialias = true;
+ hinting = {
+ enable = true;
+ style = "slight";
+ };
+ subpixel = {
+ rgba = "rgb";
+ lcdfilter = "default";
+ };
+ };
+
fonts.fontDir.enable = true;
fonts.packages = with pkgs; [
# ioskeley-mono
@@ -253,6 +266,7 @@
environment.systemPackages = with pkgs; [
android-tools
playerctl
+ pciutils
imagemagick
pavucontrol
bluetui