Updated the flake and trying to add the new plugin

This commit is contained in:
Tyler Kelley 2024-05-23 11:07:56 -05:00
parent a1cf3e81fa
commit 3d59483a24
4 changed files with 64 additions and 22 deletions

View File

@ -19,3 +19,12 @@ Simple bug fixes.
- Should have fixed some Steam issues, but I have had some crashes due to Steam so be aware of that. - Should have fixed some Steam issues, but I have had some crashes due to Steam so be aware of that.
- The flake got an update, so all the packages are fresh. - The flake got an update, so all the packages are fresh.
**ZaneyOS 2.2**
This release has a big theming change as well as including the move back to rofi.
- Revert the switch from rofi to wofi. Rofi is just better.
- Switch from Nix Colors to Stylix. It can build colorschemes from a wallpaper.
- Simplified the notification center.
- Improved emoji selection menu and options.
- Adding fine-cmdline plugin for Neovim.

View File

@ -114,6 +114,22 @@
"type": "github" "type": "github"
} }
}, },
"fine-cmdline": {
"flake": false,
"locked": {
"lastModified": 1700512774,
"narHash": "sha256-w9wwjClkOWk3wCgEiZIFLZRJ/gAfX38x2LnVRaelKD8=",
"owner": "VonHeikemen",
"repo": "fine-cmdline.nvim",
"rev": "dd676584145d62b30d7e8dbdd011796a8f0a065f",
"type": "github"
},
"original": {
"owner": "VonHeikemen",
"repo": "fine-cmdline.nvim",
"type": "github"
}
},
"flake-compat": { "flake-compat": {
"flake": false, "flake": false,
"locked": { "locked": {
@ -170,11 +186,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1715930644, "lastModified": 1716457508,
"narHash": "sha256-W9pyM3/vePxrffHtzlJI6lDS3seANQ+Nqp+i58O46LI=", "narHash": "sha256-ZxzffLuWRyuMrkVVq7wastNUqeO0HJL9xqfY1QsYaqo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "e3ad5108f54177e6520535768ddbf1e6af54b59d", "rev": "850cb322046ef1a268449cf1ceda5fd24d930b05",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -221,11 +237,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1715791817, "lastModified": 1716327911,
"narHash": "sha256-J069Uhv/gCMFLX1dSh2f+9ZTM09r1Nv3oUfocCnWKow=", "narHash": "sha256-PI+wygItS/TKzi4gEAROvKTUzTx9GT+PGBttS/IOA/Q=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprcursor", "repo": "hyprcursor",
"rev": "7c3aa03dffb53921e583ade3d4ae3f487e390e7e", "rev": "27ca640abeef2d425b5dbecf804f5eb622cef56d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -244,11 +260,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1716316196, "lastModified": 1716480279,
"narHash": "sha256-ynu+Ii1PTtnz4YdjP2CJbnxaie9aETNAds9lwDzeQus=", "narHash": "sha256-iZmMWUnWMY+bn+kGKdsXL4y1zs9hViSRwMii01j7Wok=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "e419ef1873de01b0762f7f1a411994170a4d8cab", "rev": "255272ea18a1bd899168b2d2063b6f153edda919",
"revCount": 4723, "revCount": 4731,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland" "url": "https://github.com/hyprwm/Hyprland"
@ -363,11 +379,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1716137900, "lastModified": 1716330097,
"narHash": "sha256-sowPU+tLQv8GlqtVtsXioTKeaQvlMz/pefcdwg8MvfM=", "narHash": "sha256-8BO3B7e3BiyIDsaKA0tY8O88rClYRTjvAp66y+VBUeU=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6c0b7a92c30122196a761b440ac0d46d3d9954f1", "rev": "5710852ba686cc1fd0d3b8e22b3117d43ba374c2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -379,11 +395,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1716293225, "lastModified": 1716330097,
"narHash": "sha256-pU9ViBVE3XYb70xZx+jK6SEVphvt7xMTbm6yDIF4xPs=", "narHash": "sha256-8BO3B7e3BiyIDsaKA0tY8O88rClYRTjvAp66y+VBUeU=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "3eaeaeb6b1e08a016380c279f8846e0bd8808916", "rev": "5710852ba686cc1fd0d3b8e22b3117d43ba374c2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -411,6 +427,7 @@
}, },
"root": { "root": {
"inputs": { "inputs": {
"fine-cmdline": "fine-cmdline",
"home-manager": "home-manager", "home-manager": "home-manager",
"hyprland": "hyprland", "hyprland": "hyprland",
"hyprland-plugins": "hyprland-plugins", "hyprland-plugins": "hyprland-plugins",
@ -433,11 +450,11 @@
"nixpkgs": "nixpkgs_3" "nixpkgs": "nixpkgs_3"
}, },
"locked": { "locked": {
"lastModified": 1716206302, "lastModified": 1716456264,
"narHash": "sha256-5Qc3aQGVyPEOuN82zVamStaV81HebHvLjk3fGfpyCPY=", "narHash": "sha256-s9Tyj5pEivl/AsvrpkUkfR1Iu3zHfXpviPfe4HbPJ5I=",
"owner": "danth", "owner": "danth",
"repo": "stylix", "repo": "stylix",
"rev": "81df8443556335016d6f0bc22630a95776a56d8b", "rev": "290c8aef476ce98fff9cefc059284429d561a085",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -11,6 +11,10 @@
url = "github:hyprwm/hyprland-plugins"; url = "github:hyprwm/hyprland-plugins";
inputs.hyprland.follows = "hyprland"; inputs.hyprland.follows = "hyprland";
}; };
fine-cmdline = {
url = "github:VonHeikemen/fine-cmdline.nvim";
flake = false;
};
}; };
outputs = outputs =

View File

@ -17,6 +17,19 @@ in
home.homeDirectory = "/home/${username}"; home.homeDirectory = "/home/${username}";
home.stateVersion = "23.11"; home.stateVersion = "23.11";
nixpkgs = {
overlays = [
(final: prev: {
vimPlugins = prev.vimPlugins // {
fine-cmdline-nvim = prev.vimUtils.buildVimPlugin {
name = "fine-cmdline";
src = inputs.fine-cmdline;
};
};
})
];
};
# Import Program Configurations # Import Program Configurations
imports = [ imports = [
inputs.hyprland.homeManagerModules.default inputs.hyprland.homeManagerModules.default
@ -191,6 +204,7 @@ in
bufferline-nvim bufferline-nvim
dressing-nvim dressing-nvim
indent-blankline-nvim indent-blankline-nvim
fine-cmdline-nvim
nvim-treesitter.withAllGrammars nvim-treesitter.withAllGrammars
lualine-nvim lualine-nvim
nvim-autopairs nvim-autopairs
@ -206,9 +220,6 @@ in
lspkind-nvim lspkind-nvim
comment-nvim comment-nvim
nvim-ts-context-commentstring nvim-ts-context-commentstring
{
plugin = dracula-nvim;
}
plenary-nvim plenary-nvim
neodev-nvim neodev-nvim
luasnip luasnip
@ -220,6 +231,7 @@ in
]; ];
extraConfig = '' extraConfig = ''
set noemoji set noemoji
nnoremap : <cmd>FineCmdline<CR>
''; '';
extraLuaConfig = '' extraLuaConfig = ''
${builtins.readFile ../../config/nvim/options.lua} ${builtins.readFile ../../config/nvim/options.lua}