Update flake dependencies and minor configuration changes

This commit is contained in:
2025-11-02 16:21:39 +01:00
parent 2a11df7fcc
commit b98e958302
6 changed files with 21 additions and 52 deletions

53
flake.lock generated
View File

@@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1758887019, "lastModified": 1761712534,
"narHash": "sha256-5QDHaIKbmremgFh8Pc9ess59K4HJ5APM8pNgnYzAMno=", "narHash": "sha256-bJgBc/JomRXpvhPyysjTYbv9zzUeRM3KV/Zso29TA70=",
"owner": "AdnanHodzic", "owner": "AdnanHodzic",
"repo": "auto-cpufreq", "repo": "auto-cpufreq",
"rev": "52194f4db364347626985fed5372eba2b6109cf4", "rev": "68e91ab0f84a91fa3c40f7459323b0a78e56c2c1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -96,11 +96,11 @@
}, },
"locked": { "locked": {
"dir": "pkgs/firefox-addons", "dir": "pkgs/firefox-addons",
"lastModified": 1761105810, "lastModified": 1762056214,
"narHash": "sha256-h1hNPjW3DLrIbT4cTv/27mN0DfsrSSU9mJa4xRmtGeE=", "narHash": "sha256-nhQ66BLQifKsNKIYPyJXCp4Zzy8zGuH8TvSBGkotDJY=",
"owner": "rycee", "owner": "rycee",
"repo": "nur-expressions", "repo": "nur-expressions",
"rev": "4e0b79686a41e34e76aa72aef7f834a4daf8b6c3", "rev": "ec07f4d37be2d4032e38166aae501458b6c381be",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {
@@ -186,11 +186,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1761081701, "lastModified": 1762087455,
"narHash": "sha256-IwpfaKg5c/WWQiy8b5QGaVPMvoEQ2J6kpwRFdpVpBNQ=", "narHash": "sha256-hpbPma1eUKwLAmiVRoMgIHbHiIKFkcACobJLbDt6ABw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "9b4a2a7c4fbd75b422f00794af02d6edb4d9d315", "rev": "43e205606aeb253bfcee15fd8a4a01d8ce8384ca",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -234,11 +234,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1760878510, "lastModified": 1761907660,
"narHash": "sha256-K5Osef2qexezUfs0alLvZ7nQFTGS9DL2oTVsIXsqLgs=", "narHash": "sha256-kJ8lIZsiPOmbkJypG+B5sReDXSD1KGu2VEPNqhRa/ew=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5e2a59a5b1a82f89f2c7e598302a9cacebb72a67", "rev": "2fb006b87f04c4d3bdf08cfdbc7fab9c13d94a15",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -301,8 +301,7 @@
"nix-flatpak": "nix-flatpak", "nix-flatpak": "nix-flatpak",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"prismlauncher-cracked": "prismlauncher-cracked", "prismlauncher-cracked": "prismlauncher-cracked",
"stylix": "stylix", "stylix": "stylix"
"winboat": "winboat"
} }
}, },
"stylix": { "stylix": {
@@ -326,11 +325,11 @@
"tinted-zed": "tinted-zed" "tinted-zed": "tinted-zed"
}, },
"locked": { "locked": {
"lastModified": 1761028816, "lastModified": 1761840967,
"narHash": "sha256-s1XiIeJHpODVWfzsPaK9e21iz1dQSCU3H4/1OxOsyps=", "narHash": "sha256-alE8Vesztx3tPxXpJURtYWD8x1cXaU/x+10Q6hbgGBY=",
"owner": "danth", "owner": "danth",
"repo": "stylix", "repo": "stylix",
"rev": "b81dc0a385443099e7d231fe6275189e32c3b760", "rev": "c33226f205aeab42a170913cd1f8bc3428b7e6b1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -434,26 +433,6 @@
"repo": "base16-zed", "repo": "base16-zed",
"type": "github" "type": "github"
} }
},
"winboat": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1761401704,
"narHash": "sha256-zIaF3MEMNR17uiLLb+9bFjxar7EkOI6QyaOIxAhs/gQ=",
"owner": "TibixDev",
"repo": "winboat",
"rev": "aa868ea63512ab984c70c8a9e60ffe841a194167",
"type": "github"
},
"original": {
"owner": "TibixDev",
"repo": "winboat",
"type": "github"
}
} }
}, },
"root": "root", "root": "root",

View File

@@ -36,11 +36,6 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
winboat = {
url = "github:TibixDev/winboat";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-flatpak.url = "github:gmodena/nix-flatpak?ref=latest"; nix-flatpak.url = "github:gmodena/nix-flatpak?ref=latest";
}; };

View File

@@ -16,7 +16,7 @@
nerd-fonts.im-writing nerd-fonts.im-writing
nerd-fonts.blex-mono nerd-fonts.blex-mono
noto-fonts noto-fonts
noto-fonts-emoji noto-fonts-color-emoji
noto-fonts-cjk-sans noto-fonts-cjk-sans
noto-fonts-cjk-serif noto-fonts-cjk-serif
noto-fonts-monochrome-emoji noto-fonts-monochrome-emoji

View File

@@ -12,7 +12,7 @@
lshw lshw
pciutils pciutils
usbutils usbutils
glxinfo mesa-demos
nix-output-monitor nix-output-monitor
nvd nvd
onefetch onefetch

View File

@@ -1,9 +1,4 @@
{ { pkgs, ... }:
pkgs,
inputs,
system,
...
}:
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
virt-viewer virt-viewer
@@ -12,6 +7,6 @@
distrobox distrobox
boxbuddy boxbuddy
freerdp freerdp
inputs.winboat.packages.${system}.winboat winboat
]; ];
} }

View File

@@ -18,7 +18,7 @@
extraPackages = with pkgs.bat-extras; [ extraPackages = with pkgs.bat-extras; [
batman batman
batpipe batpipe
batgrep # batgrep
]; ];
}; };
home.sessionVariables = { home.sessionVariables = {