update and move inputs, WIP ezpc hyprland, improve elvish module, improve locking, disable systemd initrd by default
This commit is contained in:
parent
cc56729c13
commit
6c6556b8d6
6 changed files with 255 additions and 79 deletions
16
flake.nix
16
flake.nix
|
@ -2,6 +2,14 @@
|
|||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.utils.follows = "flake-utils";
|
||||
};
|
||||
|
||||
base16-rofi = {
|
||||
url = "github:tinted-theming/base16-rofi";
|
||||
flake = false;
|
||||
|
@ -44,6 +52,8 @@
|
|||
};
|
||||
plasma-manager = {
|
||||
url = "github:pjones/plasma-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.home-manager.follows = "home-manager";
|
||||
};
|
||||
bemoji = {
|
||||
url = "github:marty-oehme/bemoji";
|
||||
|
@ -55,6 +65,12 @@
|
|||
};
|
||||
home-manager-clipman = {
|
||||
url = "github:jwygoda/home-manager/clipman";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.utils.follows = "flake-utils";
|
||||
};
|
||||
hyprland = {
|
||||
url = "github:hyprwm/Hyprland";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue