Compare commits
2 Commits
ed8746e9d0
...
3477ff16f3
Author | SHA1 | Date | |
---|---|---|---|
|
3477ff16f3 | ||
|
efa2a5c0be |
24
flake.lock
generated
24
flake.lock
generated
@ -59,11 +59,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1701040754,
|
||||
"narHash": "sha256-rHld3E3CeVI/GUxH3xE+mqAo+IX2hTbXVfXKahCrG5I=",
|
||||
"lastModified": 1701071203,
|
||||
"narHash": "sha256-lQywA7QU/vzTdZ1apI0PfgCWNyQobXUYghVrR5zuIeM=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "7c97c46dc4f45f2a78df536a6ebe15252831b800",
|
||||
"rev": "db1878f013b52ba5e4034db7c1b63e8d04173a86",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@ -83,11 +83,11 @@
|
||||
"xdph": "xdph"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1701023633,
|
||||
"narHash": "sha256-lX/PsZrKEtdk/cUIET/UYhQKPJRkNq2hlbLH6VQSpWc=",
|
||||
"lastModified": 1701198182,
|
||||
"narHash": "sha256-gw6L45n6J/DdQRWKZJbnJVPs6rx+eDMkyjsKS92fBVw=",
|
||||
"owner": "hyprwm",
|
||||
"repo": "Hyprland",
|
||||
"rev": "99ca26d4eb84e0071264713902e5b287fcab392e",
|
||||
"rev": "e2f18f8c7f95e4094acb94c5a06dc6d75d7fc9c1",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@ -173,11 +173,11 @@
|
||||
},
|
||||
"nur": {
|
||||
"locked": {
|
||||
"lastModified": 1701041509,
|
||||
"narHash": "sha256-nGY8al2BAB0MBNZTp+fQqYFdmU+aXJMAsBCYW6cjdfQ=",
|
||||
"lastModified": 1701203997,
|
||||
"narHash": "sha256-p7u4S+JyqeSY69RoMxYH4G2z8VWBTw2AHt0M/DMa8o8=",
|
||||
"owner": "nix-community",
|
||||
"repo": "nur",
|
||||
"rev": "764f0e8fee3edcc6c8a6b3f6bfa21b105365a5bf",
|
||||
"rev": "c713d19b37b4ee88925a6fcf653a9f2af73e82e0",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@ -208,11 +208,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1700967639,
|
||||
"narHash": "sha256-uuUwD/O1QcVk+TWPZFwl4ioUkC8iACj0jEXSyE/wGPI=",
|
||||
"lastModified": 1701127353,
|
||||
"narHash": "sha256-qVNX0wOl0b7+I35aRu78xUphOyELh+mtUp1KBx89K1Q=",
|
||||
"owner": "Mic92",
|
||||
"repo": "sops-nix",
|
||||
"rev": "4be58d802693d7def8622ff34d36714f8db40371",
|
||||
"rev": "b1edbf5c0464b4cced90a3ba6f999e671f0af631",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -10,7 +10,7 @@ in {
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
wireplumber.enable = true;
|
||||
# wireplumber.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ easyeffects ];
|
||||
|
@ -3,7 +3,7 @@
|
||||
fonts = {
|
||||
enableDefaultPackages = false;
|
||||
fontDir.enable = true;
|
||||
#fonts = with pkgs; [
|
||||
|
||||
packages = with pkgs; [
|
||||
ibm-plex
|
||||
lmmath
|
||||
@ -25,7 +25,6 @@
|
||||
};
|
||||
|
||||
hinting.style = "medium";
|
||||
# hinting.style = "hintfull";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ ... }: {
|
||||
services.fwupd.enable = true;
|
||||
services.fwupd.enable = false; # Note: run inside a nix-shell
|
||||
hardware.enableAllFirmware = true;
|
||||
}
|
||||
|
@ -1,6 +1,5 @@
|
||||
{ pkgs, ... }: {
|
||||
services.fstrim.enable = true;
|
||||
services.gvfs.enable = true;
|
||||
services.fstrim.enable = true; # Improves SSD life
|
||||
|
||||
environment.systemPackages = with pkgs; [ gvfs nfs-utils ];
|
||||
}
|
||||
|
@ -1,7 +1,4 @@
|
||||
{ pkgs, ... }: {
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.brillo.enable = true;
|
||||
services.blueman.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [ bluez bluez-tools ];
|
||||
}
|
||||
|
@ -1,8 +1,8 @@
|
||||
{ config, inputs, ... }: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
#common-cpu-amd
|
||||
#common-gpu-amd
|
||||
# inputs.hardware.common-cpu-amd
|
||||
# inputs.hardware.common-gpu-amd
|
||||
];
|
||||
|
||||
hostcfg = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user