Compare commits

..

No commits in common. "c12f8e2d07d424d09383d9297aea88c33961909f" and "5b373b9a57e7e662cbaac2952e9a3ec2e40520f7" have entirely different histories.

3 changed files with 11 additions and 11 deletions

View File

@ -48,32 +48,32 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1747020534, "lastModified": 1717527182,
"narHash": "sha256-D/6rkiC6w2p+4SwRiVKrWIeYzun8FBg7NlMKMwQMxO0=", "narHash": "sha256-vWSkg6AMok1UUQiSYVdGMOXKD2cDFnajITiSi0Zjd1A=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "b4bbdc6fde16fc2051fcde232f6e288cd22007ca", "rev": "845a5c4c073f74105022533907703441e0464bc3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "release-24.11", "ref": "release-24.05",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"
} }
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1747087760, "lastModified": 1717880965,
"narHash": "sha256-2oA55l2JGIC/9ccselcas+EXOBKSvEyk+EucFOBv2jY=", "narHash": "sha256-7dnGrJc38PbjYdGkJ95ZIhvBgbTjETdYUjoYmOgxc5w=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "180a802f194a0789da20964e35ba1d9afe6ca38f", "rev": "27d1200b2051213f338225cc366d49a37170f5d8",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "release-24.11", "ref": "release-24.05",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@ -2,11 +2,11 @@
description = "Samw's home environment, as managed by nix/home-manager."; description = "Samw's home environment, as managed by nix/home-manager.";
inputs = { inputs = {
# Nixpkgs # Nixpkgs
nixpkgs = {url = "github:nixos/nixpkgs/release-24.11";}; nixpkgs = {url = "github:nixos/nixpkgs/release-24.05";};
nixpkgs-unstable = {url = "github:nixos/nixpkgs";}; nixpkgs-unstable = {url = "github:nixos/nixpkgs";};
# Other modules # Other modules
home-manager = { home-manager = {
url = "github:nix-community/home-manager/release-24.11"; url = "github:nix-community/home-manager/release-24.05";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
flake-utils.url = "github:numtide/flake-utils"; flake-utils.url = "github:numtide/flake-utils";

View File

@ -97,7 +97,7 @@ require('go').setup()
-- Diags with Trouble -- Diags with Trouble
require('trouble').setup { require('trouble').setup {
icons = {}, icons = false,
signs = { signs = {
error = "E", error = "E",
warning = "W", warning = "W",