Compare commits

..

No commits in common. "c385619071cf65041836dd25e80d67cd2f9dccaf" and "07e1aca304e00cb59253214f594a3ce8a07b47bf" have entirely different histories.

4 changed files with 61 additions and 26 deletions

View File

@ -9,11 +9,11 @@
]
},
"locked": {
"lastModified": 1710156081,
"narHash": "sha256-4PMY6aumJi5dLFjBzF5O4flKXmadMNq3AGUHKYfchh0=",
"lastModified": 1708939976,
"narHash": "sha256-O5+nFozxz2Vubpdl1YZtPrilcIXPcRAjqNdNE8oCRoA=",
"owner": "numtide",
"repo": "devshell",
"rev": "bc68b058dc7e6d4d6befc4ec6c60082b6e844b7d",
"rev": "5ddecd67edbd568ebe0a55905273e56cc82aabe3",
"type": "github"
},
"original": {
@ -138,11 +138,11 @@
]
},
"locked": {
"lastModified": 1710021334,
"narHash": "sha256-YxUEahj93lyZiRJkQK4dn7ikrnq/FsG06QQf5cgQX94=",
"lastModified": 1709842694,
"narHash": "sha256-hRXVMwKWWThizUjtXAgqoalNiVA6EZ/DqPoqSOWEYa8=",
"ref": "refs/heads/main",
"rev": "0179875f61f71332bfaa52ed391703bdd2410e4c",
"revCount": 5,
"rev": "06dcf341605181c8b7889d3bf20d436e0495410d",
"revCount": 4,
"type": "git",
"url": "file:///home/crony/Documents/develop/hb-downloader"
},
@ -158,11 +158,11 @@
]
},
"locked": {
"lastModified": 1710532761,
"narHash": "sha256-SUXGZNrXX05YA9G6EmgupxhOr3swI1gcxLUeDMUhrEY=",
"lastModified": 1709710941,
"narHash": "sha256-4FjuX5kGQhvrxkwuB3tAcA7cqNgNW10eZ7qzePfl+kM=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "206f457fffdb9a73596a4cb2211a471bd305243d",
"rev": "3c7bacf1d42e533299c5e3baf74556a0e0ac3d0e",
"type": "github"
},
"original": {
@ -179,11 +179,11 @@
]
},
"locked": {
"lastModified": 1710281778,
"narHash": "sha256-bvWr9vvBrAxb44kHM3H3cY/uQg+4pYP1BM/Nu3e/7V8=",
"lastModified": 1709578243,
"narHash": "sha256-hF96D+c2PBmAFhymMw3z8hou++lqKtZ7IzpFbYeL1/Y=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "49a266d2ca59df8a03249550e73a54626181b65d",
"rev": "23ff9821bcaec12981e32049e8687f25f11e5ef3",
"type": "github"
},
"original": {
@ -200,11 +200,11 @@
]
},
"locked": {
"lastModified": 1710281379,
"narHash": "sha256-uFo9hxt982L3nFJeweW4Gip2esiGrIQlbvEGrNTh4AY=",
"lastModified": 1709554374,
"narHash": "sha256-1yYgwxBzia+QrOaQaZ6YKqGFfiQcSBwYLzd9XRsRLQY=",
"owner": "lnl7",
"repo": "nix-darwin",
"rev": "d9ea313bc4851670dc99c5cc979cb79750e7d670",
"rev": "daa03606dfb5296a22e842acb02b46c1c4e9f5e7",
"type": "github"
},
"original": {
@ -215,11 +215,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1710451336,
"narHash": "sha256-pP86Pcfu3BrAvRO7R64x7hs+GaQrjFes+mEPowCfkxY=",
"lastModified": 1709479366,
"narHash": "sha256-n6F0n8UV6lnTZbYPl1A9q1BS0p4hduAv1mGAP17CVd0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "d691274a972b3165335d261cc4671335f5c67de9",
"rev": "b8697e57f10292a6165a20f03d2f42920dfaf973",
"type": "github"
},
"original": {
@ -242,11 +242,11 @@
"pre-commit-hooks": "pre-commit-hooks"
},
"locked": {
"lastModified": 1710491356,
"narHash": "sha256-DeMiM/lgf8HqeAcDU26EeMaoU0phB8mY2RVYBtpvZN0=",
"lastModified": 1709716782,
"narHash": "sha256-ixGqSqMdLz26StLz7gFSzvyMnHXz26p831IrAv3O3y0=",
"owner": "nix-community",
"repo": "nixvim",
"rev": "9f7c78852f37126244b43e71e5158cdc3d70ad0a",
"rev": "5293373732f51f83017484831bc26365caecd965",
"type": "github"
},
"original": {

View File

@ -1,4 +1,4 @@
{ inputs, config, pkgs, ...}:
{ inputs, config, ...}:
{
# gpg settings
@ -10,6 +10,6 @@
# Make it use kde for flkdsjlkfdlsjflkdsjflsdjklfjdsklf
services.gpg-agent = {
enable = true;
pinentryPackage = pkgs.pinentry-qt;
pinentryFlavor = "qt";
};
}

View File

@ -188,6 +188,41 @@
sign_define({ name = "DiagnosticSignInfo", text = "I" })
'';
};
nvim-cmp = {
enable = true;
autoEnableSources = true;
sources =
[ { name = "nvim_lsp"; } { name = "path"; } { name = "snippy"; } ];
snippet.expand = "snippy";
mapping = {
"<C-l>" = "cmp.mapping.confirm({ select = false })";
"<C-j>" = {
action = ''
function(fallback)
if cmp.visible then
cmp.select_next_item()
else
fallback()
end
end
'';
modes = [ "i" "s" ];
};
"<C-k>" = {
action = ''
function(fallback)
if cmp.visible then
cmp.select_prev_item()
else
fallback()
end
end
'';
modes = [ "i" "s" ];
};
};
};
};
colorschemes.catppuccin = {

View File

@ -3,7 +3,7 @@
# But we all know I love zsh
programs.zsh = {
enable = true;
autosuggestions.enable = true;
enableAutosuggestions = true;
enableCompletion = true;
history.path = "${config.xdg.dataHome}/zsh/history";
dotDir = ".config/zsh";
@ -53,7 +53,7 @@
# Eza settings
programs.eza = {
enable = true;
enableZshIntegration = true;
enableAliases = true;
git = true;
icons = true;
};