consistency

This commit is contained in:
twoneis 2024-08-18 21:40:37 +02:00
parent a4fda8a00b
commit b4dd3e1ce9
2 changed files with 2 additions and 9 deletions

View file

@ -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 = {

View file

@ -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 = {