Compare commits

..

No commits in common. "272e9f06ab41060af1e77cf92a6be69c5e57bc36" and "e7b937da943b816b86f2a7db7ffbdbdc9475e370" have entirely different histories.

5 changed files with 20 additions and 33 deletions

View file

@ -8,7 +8,7 @@
];
environment.systemPackages = with pkgs; [
ffmpeg-full
(ffmpeg-full.override { withUnfree = true; })
fastfetch
lazygit
nixd

39
flake.lock generated
View file

@ -37,11 +37,11 @@
]
},
"locked": {
"lastModified": 1735338571,
"narHash": "sha256-OPS3VqpAcUVtfkKhZIwb8PAKWHszLZwUYraFsWbPcF8=",
"lastModified": 1735234243,
"narHash": "sha256-zRFMQood8qAmYtYGZj0KmG50eMHVAUDBQ5ckiq9zlDg=",
"owner": "uku3lig",
"repo": "api-rs",
"rev": "4275b67fb5ddfeed41b9a22373d1878a99740624",
"rev": "233387764525d33b2ff925f1d17c903df6d81e13",
"type": "github"
},
"original": {
@ -145,7 +145,6 @@
},
"ghostty": {
"inputs": {
"flake-compat": [],
"nixpkgs-stable": [
"nixpkgs"
],
@ -155,11 +154,11 @@
"zig": "zig"
},
"locked": {
"lastModified": 1735362327,
"narHash": "sha256-kD49xAUMCWU60IRKoJiyJTaEUum7rk45OYjZfwWr3Ck=",
"lastModified": 1735011827,
"narHash": "sha256-O58ca1AhuosXcbZHaJOCedZJqpLDbcBAuEs2luxECyk=",
"ref": "refs/heads/main",
"rev": "6cbd69da7839260508466f9dfb2bc0c0fbb43991",
"revCount": 8515,
"rev": "b1756b93b868563e3373ccc97ea3c97801d36c98",
"revCount": 8429,
"type": "git",
"url": "ssh://git@github.com/ghostty-org/ghostty"
},
@ -175,11 +174,11 @@
]
},
"locked": {
"lastModified": 1735381016,
"narHash": "sha256-CyCZFhMUkuYbSD6bxB/r43EdmDE7hYeZZPTCv0GudO4=",
"lastModified": 1734992499,
"narHash": "sha256-f9UyHMTb+BwF6RDZ8eO9HOkSlKeeSPBlcYhMmV1UNIk=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "10e99c43cdf4a0713b4e81d90691d22c6a58bdf2",
"rev": "f1b1786ea77739dcd181b920d430e30fb1608b8a",
"type": "github"
},
"original": {
@ -265,11 +264,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1735291276,
"narHash": "sha256-NYVcA06+blsLG6wpAbSPTCyLvxD/92Hy4vlY9WxFI1M=",
"lastModified": 1734649271,
"narHash": "sha256-4EVBRhOjMDuGtMaofAIqzJbg4Ql7Ai0PSeuVZTHjyKQ=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "634fd46801442d760e09493a794c4f15db2d0cbb",
"rev": "d70bd19e0a38ad4790d3913bf08fcbfc9eeca507",
"type": "github"
},
"original": {
@ -380,11 +379,11 @@
]
},
"locked": {
"lastModified": 1735338791,
"narHash": "sha256-mCIXAv/MLRRLMg+avUYwAGatK6PyoCnDep3BCyYDaFo=",
"lastModified": 1734987546,
"narHash": "sha256-fqF9LzTz9MlBuzc03ZPNoVmBDUboCXxSHxnpSkO/SgA=",
"owner": "uku3lig",
"repo": "ukubot-rs",
"rev": "0be54f36c9ea89792418d978110cd1d16c7b06dc",
"rev": "e51618ee5b6286d52c844100fffab6231c39e424",
"type": "github"
},
"original": {
@ -420,11 +419,11 @@
]
},
"locked": {
"lastModified": 1735350281,
"narHash": "sha256-rNhcGVh6Xnc0DKWR5RTTD9OxucfAotd41LEuMCGz228=",
"lastModified": 1735004869,
"narHash": "sha256-b92HYukQ0xnCvtfygUh7TMqzBj/mSvfYlQ4Px+V3y5I=",
"owner": "nix-community",
"repo": "nix-vscode-extensions",
"rev": "57719f14beefb91c5b58da26bb9cffbdb4f70bfa",
"rev": "86abacab7bbf83c0179e0a9b9274be762ef0fc1a",
"type": "github"
},
"original": {

View file

@ -89,7 +89,6 @@
url = "git+ssh://git@github.com/ghostty-org/ghostty";
inputs.nixpkgs-unstable.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "nixpkgs";
inputs.flake-compat.follows = "";
};
home-manager = {

View file

@ -36,11 +36,4 @@
mysqld.bind_address = "127.0.0.1";
};
};
system.replaceDependencies.replacements = [
{
oldDependency = pkgs.ffmpeg-full;
newDependency = (pkgs.ffmpeg-full.override { withUnfree = true; });
}
];
}

View file

@ -29,10 +29,6 @@
fileSystems."/" = {
device = "/dev/disk/by-uuid/e082a535-4b7c-4b24-af1c-0373eefd3c05";
fsType = "btrfs";
options = [
"compress=zstd"
"noatime"
];
};
fileSystems."/boot" = {