This commit is contained in:
Ivan Kirilov Dimitrov 2024-06-21 20:15:45 +02:00
parent 59d34c8182
commit 7d2cf634c2
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294
4 changed files with 20 additions and 20 deletions

View File

@ -7,7 +7,7 @@ top@{ inputs, ... }: {
inherit system; inherit system;
overlays = [ overlays = [
(final: prev: { (final: prev: {
nvim = inputs.ide.nvim.${system}.standalone { nvim = inputs.ide.nvim.${system}.standalone.default {
plugins.lsp.servers = { plugins.lsp.servers = {
bashls.enable = true; bashls.enable = true;
nushell.enable = true; nushell.enable = true;

View File

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"catppuccin": { "catppuccin": {
"locked": { "locked": {
"lastModified": 1717565621, "lastModified": 1718339789,
"narHash": "sha256-uU6GeSbzopVcPga+Fy5n3tKfzUhuw4FVMv7h61/13XY=", "narHash": "sha256-Q3fgY7huFE+uaw7BNsAl1x+FvjDAi3EDWPnlALJt5pM=",
"owner": "catppuccin", "owner": "catppuccin",
"repo": "nix", "repo": "nix",
"rev": "0cdfa29b902976fc2941468d326325d24e148437", "rev": "73e06d5bd7ed34bdd0168030893ef8364fdc1d4a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -275,11 +275,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1717527182, "lastModified": 1718530513,
"narHash": "sha256-vWSkg6AMok1UUQiSYVdGMOXKD2cDFnajITiSi0Zjd1A=", "narHash": "sha256-BmO8d0r+BVlwWtMLQEYnwmngqdXIuyFzMwvmTcLMee8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "845a5c4c073f74105022533907703441e0464bc3", "rev": "a1fddf0967c33754271761d91a3d921772b30d0e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -318,11 +318,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1717449440, "lastModified": 1718832246,
"narHash": "sha256-QtSCQFBhyQIsKJhOvcIOi+9EN1kEnNeoLo3PeQ5VbIY=", "narHash": "sha256-MfQGu+Y4/A0GKIu9d//U+yiP0fN/7cWhEo2dut4UvcE=",
"owner": "StevenBlack", "owner": "StevenBlack",
"repo": "hosts", "repo": "hosts",
"rev": "e1a7b23e9769607009d741066b5789a99aaf9923", "rev": "560c37e5ae2b82008ea568d75e63b93a14a0b8a6",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -342,11 +342,11 @@
"systems": "systems_3" "systems": "systems_3"
}, },
"locked": { "locked": {
"lastModified": 1716893760, "lastModified": 1718988402,
"narHash": "sha256-fI3Q8DpkSerjQ37pXBW9ZHKDQQVYfG5stDMw7n9No10=", "narHash": "sha256-SEMYafEw2B6bEA52P5yiB22tynQstqrTzKMzmdq6gJ8=",
"owner": "ivandimitrov8080", "owner": "ivandimitrov8080",
"repo": "flake-ide", "repo": "flake-ide",
"rev": "eb5e62023fcf8ccab169a313a66ccdc7ff8a3319", "rev": "bb5260ef0d40e3200fde98c741fddb6a2c8961da",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -412,11 +412,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1717297675, "lastModified": 1718507237,
"narHash": "sha256-43UmlS1Ifx17y93/Vc258U7bOlAAIZbu8dsGDHOIIr0=", "narHash": "sha256-xBEWCxWeRpWQggFFp8ugJCDa63cOJsVvx71R9F0Eowg=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nix-index-database", "repo": "nix-index-database",
"rev": "972a52bee3991ae1f1899e6452e0d7c01ee566d9", "rev": "6af2c5e58c20311276f59d247341cafeebfcb6f4",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -449,11 +449,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1717281328, "lastModified": 1718835956,
"narHash": "sha256-evZPzpf59oNcDUXxh2GHcxHkTEG4fjae2ytWP85jXRo=", "narHash": "sha256-wM9v2yIxClRYsGHut5vHICZTK7xdrUGfrLkXvSuv6s4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b3b2b28c1daa04fe2ae47c21bb76fd226eac4ca1", "rev": "dd457de7e08c6d06789b1f5b88fc9327f4d96309",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -44,7 +44,6 @@
gtk = { gtk = {
enable = true; enable = true;
catppuccin.enable = true;
}; };
home = rec { home = rec {

View File

@ -194,6 +194,7 @@
experimental-features = nix-command flakes experimental-features = nix-command flakes
''; '';
}; };
system.stateVersion = "24.05";
hardware = { hardware = {
opengl = { opengl = {
enable = true; enable = true;