mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-16 17:50:52 +01:00
chore: Fix formatting
This commit is contained in:
parent
db0217a3e7
commit
9d15ab2f68
@ -31,7 +31,13 @@ in
|
|||||||
{
|
{
|
||||||
imports = attrValues self.nixosModules;
|
imports = attrValues self.nixosModules;
|
||||||
|
|
||||||
nixpkgs.overlays = with self.overlays; [ phinger-cursors ];
|
nixpkgs = {
|
||||||
|
overlays = with self.overlays; [ phinger-cursors ];
|
||||||
|
|
||||||
|
config.permittedInsecurePackages = [
|
||||||
|
"olm-3.2.16"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
home-manager.sharedModules = attrValues {
|
home-manager.sharedModules = attrValues {
|
||||||
inherit (self.homeModules)
|
inherit (self.homeModules)
|
||||||
@ -209,10 +215,6 @@ in
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
|
||||||
"olm-3.2.16"
|
|
||||||
];
|
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
system = {
|
system = {
|
||||||
hostName = "mobile-nixos";
|
hostName = "mobile-nixos";
|
||||||
|
@ -74,9 +74,12 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = mkIf mouseSettings (with pkgs; [
|
systemPackages = mkIf mouseSettings (
|
||||||
piper
|
with pkgs;
|
||||||
]);
|
[
|
||||||
|
piper
|
||||||
|
]
|
||||||
|
);
|
||||||
|
|
||||||
etc.${dualFunctionKeysConfig}.text = toJSON {
|
etc.${dualFunctionKeysConfig}.text = toJSON {
|
||||||
TIMING = [
|
TIMING = [
|
||||||
|
Loading…
Reference in New Issue
Block a user