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 28 additions and 33 deletions

44
flake.lock generated
View File

@ -39,11 +39,11 @@
},
"hardware": {
"locked": {
"lastModified": 1700559156,
"narHash": "sha256-gL4epO/qf+wo30JjC3g+b5Bs8UrpxzkhNBBsUYxpw2g=",
"lastModified": 1701020860,
"narHash": "sha256-NwnRn04C8s+hH+KdVtGmVB1FFNIG7DtPJmQSCBDaET4=",
"owner": "nixos",
"repo": "nixos-hardware",
"rev": "c3abafb01cd7045dba522af29b625bd1e170c2fb",
"rev": "b006ec52fce23b1d57f6ab4a42d7400732e9a0a2",
"type": "github"
},
"original": {
@ -59,11 +59,11 @@
]
},
"locked": {
"lastModified": 1700847865,
"narHash": "sha256-uWaOIemGl9LF813MW0AEgCBpKwFo2t1Wv3BZc6e5Frw=",
"lastModified": 1701071203,
"narHash": "sha256-lQywA7QU/vzTdZ1apI0PfgCWNyQobXUYghVrR5zuIeM=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "8cedd63eede4c22deb192f1721dd67e7460e1ebe",
"rev": "db1878f013b52ba5e4034db7c1b63e8d04173a86",
"type": "github"
},
"original": {
@ -83,11 +83,11 @@
"xdph": "xdph"
},
"locked": {
"lastModified": 1700873282,
"narHash": "sha256-xZngvZYUQxivI9Z/90i8mDpJBC61lE+kQ0Pq3EqOPx8=",
"lastModified": 1701198182,
"narHash": "sha256-gw6L45n6J/DdQRWKZJbnJVPs6rx+eDMkyjsKS92fBVw=",
"owner": "hyprwm",
"repo": "Hyprland",
"rev": "a6eba919356b08a2a403a52c1e5e020734411668",
"rev": "e2f18f8c7f95e4094acb94c5a06dc6d75d7fc9c1",
"type": "github"
},
"original": {
@ -142,11 +142,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1700612854,
"narHash": "sha256-yrQ8osMD+vDLGFX7pcwsY/Qr5PUd6OmDMYJZzZi0+zc=",
"lastModified": 1700794826,
"narHash": "sha256-RyJTnTNKhO0yqRpDISk03I/4A67/dp96YRxc86YOPgU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "19cbff58383a4ae384dea4d1d0c823d72b49d614",
"rev": "5a09cb4b393d58f9ed0d9ca1555016a8543c2ac8",
"type": "github"
},
"original": {
@ -173,11 +173,11 @@
},
"nur": {
"locked": {
"lastModified": 1700865924,
"narHash": "sha256-3OvmS6b3bD1a3bCH3roDO7uBJrYVPhMLd+eUbmzahxk=",
"lastModified": 1701203997,
"narHash": "sha256-p7u4S+JyqeSY69RoMxYH4G2z8VWBTw2AHt0M/DMa8o8=",
"owner": "nix-community",
"repo": "nur",
"rev": "7ddd84acfc35469739ebddbaa2f58f9eebd60869",
"rev": "c713d19b37b4ee88925a6fcf653a9f2af73e82e0",
"type": "github"
},
"original": {
@ -208,11 +208,11 @@
]
},
"locked": {
"lastModified": 1700362823,
"narHash": "sha256-/H7XgvrYM0IbkpWkcdfkOH0XyBM5ewSWT1UtaLvOgKY=",
"lastModified": 1701127353,
"narHash": "sha256-qVNX0wOl0b7+I35aRu78xUphOyELh+mtUp1KBx89K1Q=",
"owner": "Mic92",
"repo": "sops-nix",
"rev": "49a87c6c827ccd21c225531e30745a9a6464775c",
"rev": "b1edbf5c0464b4cced90a3ba6f999e671f0af631",
"type": "github"
},
"original": {
@ -240,18 +240,18 @@
"flake": false,
"locked": {
"host": "gitlab.freedesktop.org",
"lastModified": 1700736101,
"narHash": "sha256-1Fh1xf/JX5zFbGIF9LDaffaleG6JDwwwnKby0LyiXEA=",
"lastModified": 1700734054,
"narHash": "sha256-SBu1y01WjCSrcCKvgfCDDckrZjU/OmCJT8Xc+hPow7E=",
"owner": "wlroots",
"repo": "wlroots",
"rev": "f1762f428b0ef2989c81f57ea9e810403d34d946",
"rev": "2eb225236eb72f27beec921e9f37ddf58e874fba",
"type": "gitlab"
},
"original": {
"host": "gitlab.freedesktop.org",
"owner": "wlroots",
"repo": "wlroots",
"rev": "f1762f428b0ef2989c81f57ea9e810403d34d946",
"rev": "2eb225236eb72f27beec921e9f37ddf58e874fba",
"type": "gitlab"
}
},

View File

@ -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 ];

View File

@ -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";
};
};
}

View File

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

View File

@ -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 ];
}

View File

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

View File

@ -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 = {