summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-25 01:00:42 +0530
committerbrustybee <bee@4d2.org>2026-03-25 01:00:42 +0530
commita2f09d4f75cf9d00fa225bf3a75a01a23b6feeaa (patch)
treecc8c185f1f2d351d9cbd16fa47621af61512fd75 /hosts
parentbd007ed24262fd6fad5de586e35955b65854edfb (diff)
lot is a lot
Diffstat (limited to 'hosts')
-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