Compare commits

..

3 Commits

Author SHA1 Message Date
445723db18 update 2025-03-26 10:04:08 -04:00
c57a4f00d7 home: remove unneeded import 2025-03-26 01:20:21 -04:00
777a6fd9c1 home: cleanup pkgs import and patching 2025-03-26 01:06:51 -04:00
5 changed files with 25 additions and 36 deletions

6
etcnixos/flake.lock generated
View File

@@ -331,11 +331,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1742669843,
"narHash": "sha256-G5n+FOXLXcRx+3hCJ6Rt6ZQyF1zqQ0DL0sWAMn2Nk0w=",
"lastModified": 1742889210,
"narHash": "sha256-hw63HnwnqU3ZQfsMclLhMvOezpM7RSB0dMAtD5/sOiw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1e5b653dff12029333a6546c11e108ede13052eb",
"rev": "698214a32beb4f4c8e3942372c694f40848b360d",
"type": "github"
},
"original": {

View File

@@ -88,7 +88,6 @@
'';
};
programs.gamescope = {
enable = true;
capSysNice = true;

View File

@@ -127,11 +127,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1742669843,
"narHash": "sha256-G5n+FOXLXcRx+3hCJ6Rt6ZQyF1zqQ0DL0sWAMn2Nk0w=",
"lastModified": 1742889210,
"narHash": "sha256-hw63HnwnqU3ZQfsMclLhMvOezpM7RSB0dMAtD5/sOiw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1e5b653dff12029333a6546c11e108ede13052eb",
"rev": "698214a32beb4f4c8e3942372c694f40848b360d",
"type": "github"
},
"original": {
@@ -242,11 +242,11 @@
]
},
"locked": {
"lastModified": 1742957876,
"narHash": "sha256-gMW/S6xEpzfPkFt/pE6bi3wd4/eVPOYKZGDUz9vVML4=",
"lastModified": 1742973471,
"narHash": "sha256-nneE0lIst5IDINF6+dW6Xgp8KNmsC12pb05Ws+wXkVQ=",
"owner": "0xc000022070",
"repo": "zen-browser-flake",
"rev": "1e40a8e9fa79991940c17a2e6d354346c73ad002",
"rev": "bae854c6767fb5c004cd7a4049a77be9da1b16db",
"type": "github"
},
"original": {

View File

@@ -46,9 +46,8 @@
homeDirectory = "/home/${username}";
hostname = nixpkgs.lib.strings.removeSuffix "\n" (builtins.readFile /etc/hostname);
pkgs' =
pkgs = import (
(import nixpkgs {
system = "x86_64-linux";
}).applyPatches
{
name = "nixpkgs";
@@ -60,18 +59,9 @@
url = "https://github.com/NixOS/nixpkgs/pull/67576.diff";
sha256 = "02fk89563m2xfrl7kl9s1hh4bcppwrmd60j542kyl64nd2cvp9ss";
})
# mistral-rs 0.5.0
# https://github.com/NixOS/nixpkgs/pull/392645
(builtins.fetchurl {
url = "https://github.com/NixOS/nixpkgs/pull/392645.diff";
sha256 = "1sc65jfx5ngsa4zkfnybg6ma65g2wgzd6ac1gajxwqni5470i5rq";
})
];
};
pkgs = import pkgs' {
system = "x86_64-linux";
};
}
) { };
in
{
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt-rfc-style;
@@ -91,7 +81,7 @@
agenix.homeManagerModules.age
(
{ pkgs, ... }:
{ ... }:
{
nixpkgs.overlays = [
rust-overlay.overlays.default

View File

@@ -162,7 +162,7 @@
tcpdump
cargo-flamegraph
linuxKernel.packages.linux_6_11.perf
linuxKernel.packages.linux_6_14.perf
borgbackup