some minor changes to polkit and nvf, and new chaotic url
This commit is contained in:
48
flake.lock
generated
48
flake.lock
generated
@@ -82,16 +82,18 @@
|
||||
"nixpkgs": "nixpkgs_3"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1732922729,
|
||||
"narHash": "sha256-vp02vUhYVA2yECXTPXifUgb3YtEPYaerpD6lts99010=",
|
||||
"rev": "e581215cbee1ccf67a08f478d3c49808bc93a523",
|
||||
"revCount": 1531,
|
||||
"type": "tarball",
|
||||
"url": "https://api.flakehub.com/f/pinned/chaotic-cx/nyx/0.1.1531%2Brev-e581215cbee1ccf67a08f478d3c49808bc93a523/01937a42-9657-7647-a534-f2c7fb2bf814/source.tar.gz?rev=e581215cbee1ccf67a08f478d3c49808bc93a523&revCount=1531"
|
||||
"lastModified": 1733967201,
|
||||
"narHash": "sha256-gfA/6BUhFmrfTMaTNToHm5Lm9c/snG7ED4W/x4vCGJs=",
|
||||
"owner": "chaotic-cx",
|
||||
"repo": "nyx",
|
||||
"rev": "1559608a73a9211c7f78e7a0a8c13caca9f31006",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"type": "tarball",
|
||||
"url": "https://flakehub.com/f/chaotic-cx/nyx/%2A.tar.gz"
|
||||
"owner": "chaotic-cx",
|
||||
"ref": "nyxpkgs-unstable",
|
||||
"repo": "nyx",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"crane": {
|
||||
@@ -843,35 +845,6 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"hyprsysteminfo": {
|
||||
"inputs": {
|
||||
"hyprutils": [
|
||||
"hyprland",
|
||||
"hyprutils"
|
||||
],
|
||||
"nixpkgs": [
|
||||
"hyprland",
|
||||
"nixpkgs"
|
||||
],
|
||||
"systems": [
|
||||
"hyprland",
|
||||
"systems"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1729184813,
|
||||
"narHash": "sha256-ARrsIQPFCHWjVl9Sxh8tedIoEsvnV4nORaDmYCyK+kk=",
|
||||
"owner": "hyprwm",
|
||||
"repo": "hyprsysteminfo",
|
||||
"rev": "8b271e2ba39a5a9299e4e7bb60245a71704f5a89",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "hyprwm",
|
||||
"repo": "hyprsysteminfo",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"hyprutils": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
@@ -3441,7 +3414,6 @@
|
||||
"hyprland-contrib": "hyprland-contrib",
|
||||
"hyprlock": "hyprlock",
|
||||
"hyprpaper": "hyprpaper",
|
||||
"hyprsysteminfo": "hyprsysteminfo",
|
||||
"lanzaboote": "lanzaboote",
|
||||
"microfetch": "microfetch",
|
||||
"nix-gaming": "nix-gaming",
|
||||
|
||||
11
flake.nix
11
flake.nix
@@ -72,17 +72,8 @@
|
||||
};
|
||||
};
|
||||
|
||||
hyprsysteminfo = {
|
||||
url = "github:hyprwm/hyprsysteminfo";
|
||||
inputs = {
|
||||
hyprutils.follows = "hyprland/hyprutils";
|
||||
nixpkgs.follows = "hyprland/nixpkgs";
|
||||
systems.follows = "hyprland/systems";
|
||||
};
|
||||
};
|
||||
|
||||
# Chaotic
|
||||
chaotic.url = "https://flakehub.com/f/chaotic-cx/nyx/*.tar.gz";
|
||||
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
|
||||
|
||||
# Miscellaneous
|
||||
helix-flake.url = "github:helix-editor/helix";
|
||||
|
||||
@@ -32,7 +32,7 @@ in {
|
||||
logFile = "/tmp/nvim.log";
|
||||
};
|
||||
lsp = {
|
||||
formatOnSave = false;
|
||||
formatOnSave = true;
|
||||
lspkind.enable = false;
|
||||
lightbulb.enable = false;
|
||||
lspsaga.enable = false;
|
||||
@@ -116,7 +116,9 @@ in {
|
||||
statusline = {
|
||||
lualine = {
|
||||
enable = true;
|
||||
theme = "gruvbox";
|
||||
setupOpts = {
|
||||
options.theme = "gruvbox-material";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -126,11 +128,13 @@ in {
|
||||
# vim.g.nvim_ghost_python_executable = 'python'
|
||||
# '';
|
||||
|
||||
theme = {
|
||||
enable = true;
|
||||
name = "gruvbox";
|
||||
style = "dark";
|
||||
transparent = false;
|
||||
theme.enable = false;
|
||||
|
||||
extraPlugins = with pkgs.vimPlugins; {
|
||||
gruvbox-material = {
|
||||
package = gruvbox-material;
|
||||
setup = "vim.cmd.colorscheme 'gruvbox-material'";
|
||||
};
|
||||
};
|
||||
|
||||
autopairs.nvim-autopairs.enable = true;
|
||||
@@ -218,7 +222,7 @@ in {
|
||||
|
||||
ui = {
|
||||
borders.enable = true;
|
||||
noice.enable = true;
|
||||
noice.enable = false;
|
||||
colorizer.enable = true;
|
||||
modes-nvim.enable = false; # the theme looks terrible with catppuccin
|
||||
illuminate.enable = true;
|
||||
|
||||
@@ -16,8 +16,8 @@ in {
|
||||
|
||||
Install = {
|
||||
WantedBy = ["graphical-session.target"];
|
||||
Wants = ["graphical-session.target"];
|
||||
After = ["graphical-session.target"];
|
||||
# Wants = ["graphical-session.target"];
|
||||
# After = ["graphical-session.target"];
|
||||
};
|
||||
|
||||
Service = {
|
||||
|
||||
Reference in New Issue
Block a user