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 = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
inputs = {
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nixos-hardware = {
|
nixos-hardware = {
|
||||||
|
@ -26,9 +24,7 @@
|
||||||
|
|
||||||
niri = {
|
niri = {
|
||||||
url = "github:sodiboo/niri-flake";
|
url = "github:sodiboo/niri-flake";
|
||||||
inputs = {
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
impermanence = {
|
impermanence = {
|
||||||
|
|
|
@ -4,9 +4,6 @@
|
||||||
inherit (config.conf) keys;
|
inherit (config.conf) keys;
|
||||||
in mkIf conf.apps.enable {
|
in mkIf conf.apps.enable {
|
||||||
home-manager.users.${conf.username} = {
|
home-manager.users.${conf.username} = {
|
||||||
home.packages = [
|
|
||||||
];
|
|
||||||
|
|
||||||
programs.sioyek = {
|
programs.sioyek = {
|
||||||
enable = true;
|
enable = true;
|
||||||
bindings = {
|
bindings = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue