Compare commits

..

2 Commits

Author SHA1 Message Date
Renovate Bot
3477ff16f3 Lock file maintenance 2023-11-29 01:01:58 +00:00
soraefir
efa2a5c0be [m] Cleanup nixos config 2023-11-28 03:39:49 +01:00
7 changed files with 18 additions and 23 deletions

24
flake.lock generated
View File

@ -59,11 +59,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1701040754, "lastModified": 1701071203,
"narHash": "sha256-rHld3E3CeVI/GUxH3xE+mqAo+IX2hTbXVfXKahCrG5I=", "narHash": "sha256-lQywA7QU/vzTdZ1apI0PfgCWNyQobXUYghVrR5zuIeM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "7c97c46dc4f45f2a78df536a6ebe15252831b800", "rev": "db1878f013b52ba5e4034db7c1b63e8d04173a86",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -83,11 +83,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1701023633, "lastModified": 1701198182,
"narHash": "sha256-lX/PsZrKEtdk/cUIET/UYhQKPJRkNq2hlbLH6VQSpWc=", "narHash": "sha256-gw6L45n6J/DdQRWKZJbnJVPs6rx+eDMkyjsKS92fBVw=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "99ca26d4eb84e0071264713902e5b287fcab392e", "rev": "e2f18f8c7f95e4094acb94c5a06dc6d75d7fc9c1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -173,11 +173,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1701041509, "lastModified": 1701203997,
"narHash": "sha256-nGY8al2BAB0MBNZTp+fQqYFdmU+aXJMAsBCYW6cjdfQ=", "narHash": "sha256-p7u4S+JyqeSY69RoMxYH4G2z8VWBTw2AHt0M/DMa8o8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nur", "repo": "nur",
"rev": "764f0e8fee3edcc6c8a6b3f6bfa21b105365a5bf", "rev": "c713d19b37b4ee88925a6fcf653a9f2af73e82e0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -208,11 +208,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1700967639, "lastModified": 1701127353,
"narHash": "sha256-uuUwD/O1QcVk+TWPZFwl4ioUkC8iACj0jEXSyE/wGPI=", "narHash": "sha256-qVNX0wOl0b7+I35aRu78xUphOyELh+mtUp1KBx89K1Q=",
"owner": "Mic92", "owner": "Mic92",
"repo": "sops-nix", "repo": "sops-nix",
"rev": "4be58d802693d7def8622ff34d36714f8db40371", "rev": "b1edbf5c0464b4cced90a3ba6f999e671f0af631",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -10,7 +10,7 @@ in {
alsa.enable = true; alsa.enable = true;
alsa.support32Bit = true; alsa.support32Bit = true;
pulse.enable = true; pulse.enable = true;
wireplumber.enable = true; # wireplumber.enable = true;
}; };
environment.systemPackages = with pkgs; [ easyeffects ]; environment.systemPackages = with pkgs; [ easyeffects ];

View File

@ -3,7 +3,7 @@
fonts = { fonts = {
enableDefaultPackages = false; enableDefaultPackages = false;
fontDir.enable = true; fontDir.enable = true;
#fonts = with pkgs; [
packages = with pkgs; [ packages = with pkgs; [
ibm-plex ibm-plex
lmmath lmmath
@ -25,7 +25,6 @@
}; };
hinting.style = "medium"; hinting.style = "medium";
# hinting.style = "hintfull";
}; };
}; };
} }

View File

@ -1,4 +1,4 @@
{ ... }: { { ... }: {
services.fwupd.enable = true; services.fwupd.enable = false; # Note: run inside a nix-shell
hardware.enableAllFirmware = true; hardware.enableAllFirmware = true;
} }

View File

@ -1,6 +1,5 @@
{ pkgs, ... }: { { pkgs, ... }: {
services.fstrim.enable = true; services.fstrim.enable = true; # Improves SSD life
services.gvfs.enable = true;
environment.systemPackages = with pkgs; [ gvfs nfs-utils ]; environment.systemPackages = with pkgs; [ gvfs nfs-utils ];
} }

View File

@ -1,7 +1,4 @@
{ pkgs, ... }: { { pkgs, ... }: {
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
hardware.brillo.enable = true;
services.blueman.enable = true; services.blueman.enable = true;
environment.systemPackages = with pkgs; [ bluez bluez-tools ];
} }

View File

@ -1,8 +1,8 @@
{ config, inputs, ... }: { { config, inputs, ... }: {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
#common-cpu-amd # inputs.hardware.common-cpu-amd
#common-gpu-amd # inputs.hardware.common-gpu-amd
]; ];
hostcfg = { hostcfg = {