consistency
This commit is contained in:
parent
a4fda8a00b
commit
b4dd3e1ce9
2 changed files with 2 additions and 9 deletions
|
@ -11,9 +11,7 @@
|
|||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nixos-hardware = {
|
||||
|
@ -26,9 +24,7 @@
|
|||
|
||||
niri = {
|
||||
url = "github:sodiboo/niri-flake";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
impermanence = {
|
||||
|
|
|
@ -4,9 +4,6 @@
|
|||
inherit (config.conf) keys;
|
||||
in mkIf conf.apps.enable {
|
||||
home-manager.users.${conf.username} = {
|
||||
home.packages = [
|
||||
];
|
||||
|
||||
programs.sioyek = {
|
||||
enable = true;
|
||||
bindings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue