mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
chore: Fix formatting
This commit is contained in:
parent
db0217a3e7
commit
9d15ab2f68
@ -31,7 +31,13 @@ in
|
||||
{
|
||||
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 {
|
||||
inherit (self.homeModules)
|
||||
@ -209,10 +215,6 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"olm-3.2.16"
|
||||
];
|
||||
|
||||
modules = {
|
||||
system = {
|
||||
hostName = "mobile-nixos";
|
||||
|
@ -74,9 +74,12 @@ in
|
||||
};
|
||||
|
||||
environment = {
|
||||
systemPackages = mkIf mouseSettings (with pkgs; [
|
||||
piper
|
||||
]);
|
||||
systemPackages = mkIf mouseSettings (
|
||||
with pkgs;
|
||||
[
|
||||
piper
|
||||
]
|
||||
);
|
||||
|
||||
etc.${dualFunctionKeysConfig}.text = toJSON {
|
||||
TIMING = [
|
||||
|
Loading…
Reference in New Issue
Block a user